Minor bug fix for Python3

Converted print statement to function for Python3 compatibility.
This commit is contained in:
Justin Bollinger
2020-01-17 11:56:36 -05:00
committed by GitHub
parent 4b6f3f5c5f
commit 0ad6001be9
+1 -1
View File
@@ -1075,7 +1075,7 @@ def pipal():
except KeyboardInterrupt:
print('Killing PID {0}...'.format(str(pipalProcess.pid)))
pipalProcess.kill()
print "Pipal file is at " + hcatHashFilePipal + ".pipal\n"
print("Pipal file is at " + hcatHashFilePipal + ".pipal\n")
else:
print("No hashes were cracked :(")
else: