Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805120a commit e967205Copy full SHA for e967205
1 file changed
_sqlmap.py
@@ -109,7 +109,7 @@ def main():
109
traceback.print_exc()
110
111
finally:
112
- 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)
113
114
kb.threadContinue = False
115
kb.threadException = True
0 commit comments