From 0ad6001be95706db5f751bd8d96826897cda33c4 Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Fri, 17 Jan 2020 11:56:36 -0500 Subject: [PATCH] Minor bug fix for Python3 Converted print statement to function for Python3 compatibility. --- hate_crack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hate_crack.py b/hate_crack.py index ec13070..4626b18 100644 --- a/hate_crack.py +++ b/hate_crack.py @@ -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: