mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-09 18:02:56 +01:00
Minor revert (returning that last \n)
This commit is contained in:
parent
805120ac52
commit
e9672056cd
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ def main():
|
|||
traceback.print_exc()
|
||||
|
||||
finally:
|
||||
dataToStdout("\n[*] shutting down at %s\n" % time.strftime("%X"), forceOutput=True)
|
||||
dataToStdout("\n[*] shutting down at %s\n\n" % time.strftime("%X"), forceOutput=True)
|
||||
|
||||
kb.threadContinue = False
|
||||
kb.threadException = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue