mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor style update
This commit is contained in:
parent
9a7fc24ec2
commit
9989d26174
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ def main():
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
dataToStdout("\n[*] shutting down at %s\n\n" % time.strftime("%X"), forceOutput=True)
|
dataToStdout("\n[*] shutting down at %s\n" % time.strftime("%X"), forceOutput=True)
|
||||||
|
|
||||||
kb.threadContinue = False
|
kb.threadContinue = False
|
||||||
kb.threadException = True
|
kb.threadException = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue