mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Potential patch for #3374
This commit is contained in:
parent
d1426a023f
commit
c7c7e30130
3 changed files with 3 additions and 9 deletions
|
|
@ -194,12 +194,6 @@ def main():
|
|||
except KeyboardInterrupt:
|
||||
print
|
||||
|
||||
errMsg = "user aborted"
|
||||
try:
|
||||
logger.critical(errMsg)
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
|
||||
except EOFError:
|
||||
print
|
||||
errMsg = "exit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue