mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor revert (returning that last \n)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user