mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 17:06:53 +00:00
Minor patch for #5255
This commit is contained in:
parent
33a6547f5b
commit
ebaee3a4e6
3 changed files with 9 additions and 3 deletions
|
|
@ -250,7 +250,10 @@ def main():
|
|||
raise SystemExit
|
||||
|
||||
except KeyboardInterrupt:
|
||||
print()
|
||||
try:
|
||||
print()
|
||||
except IOError:
|
||||
pass
|
||||
|
||||
except EOFError:
|
||||
print()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue