mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
Minor update
This commit is contained in:
parent
dbbca16c69
commit
fe61bdce75
1 changed files with 1 additions and 1 deletions
|
|
@ -786,7 +786,7 @@ def readInput(message, default=None, checkBatch=True):
|
||||||
Reads input from terminal
|
Reads input from terminal
|
||||||
"""
|
"""
|
||||||
|
|
||||||
kb.currentMessage = None
|
kb.stickyLevel = None
|
||||||
|
|
||||||
if "\n" in message:
|
if "\n" in message:
|
||||||
message += "%s> " % ("\n" if message.count("\n") > 1 else "")
|
message += "%s> " % ("\n" if message.count("\n") > 1 else "")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue