Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e967205

Browse files
committed
Minor revert (returning that last \n)
1 parent 805120a commit e967205

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_sqlmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def main():
109109
traceback.print_exc()
110110

111111
finally:
112-
dataToStdout("\n[*] shutting down at %s\n" % time.strftime("%X"), forceOutput=True)
112+
dataToStdout("\n[*] shutting down at %s\n\n" % time.strftime("%X"), forceOutput=True)
113113

114114
kb.threadContinue = False
115115
kb.threadException = True

0 commit comments

Comments
 (0)