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

Skip to content

Commit 9989d26

Browse files
committed
Minor style update
1 parent 9a7fc24 commit 9989d26

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\n" % time.strftime("%X"), forceOutput=True)
112+
dataToStdout("\n[*] shutting down at %s\n" % time.strftime("%X"), forceOutput=True)
113113

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

0 commit comments

Comments
 (0)