mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor fix
This commit is contained in:
@@ -785,6 +785,7 @@ def readInput(message, default=None, checkBatch=True):
|
||||
try:
|
||||
data = raw_input() or default
|
||||
except:
|
||||
kb.prependFlag = True
|
||||
raise sqlmapUserQuitException
|
||||
finally:
|
||||
logging._releaseLock()
|
||||
|
||||
Reference in New Issue
Block a user