Minor style update

This commit is contained in:
Miroslav Stampar 2012-07-13 15:26:06 +02:00
parent 9a7fc24ec2
commit 9989d26174

View File

@ -109,7 +109,7 @@ def main():
traceback.print_exc()
finally:
dataToStdout("\n[*] shutting down at %s\n\n" % time.strftime("%X"), forceOutput=True)
dataToStdout("\n[*] shutting down at %s\n" % time.strftime("%X"), forceOutput=True)
kb.threadContinue = False
kb.threadException = True