mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 13:03:50 +03:00
Minor fix
This commit is contained in:
parent
68d5faa287
commit
5ff2e33c43
|
@ -785,6 +785,7 @@ def readInput(message, default=None, checkBatch=True):
|
||||||
try:
|
try:
|
||||||
data = raw_input() or default
|
data = raw_input() or default
|
||||||
except:
|
except:
|
||||||
|
kb.prependFlag = True
|
||||||
raise sqlmapUserQuitException
|
raise sqlmapUserQuitException
|
||||||
finally:
|
finally:
|
||||||
logging._releaseLock()
|
logging._releaseLock()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user