mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-09 05:39:27 -07:00
Minor bug fix for Python3
Converted print statement to function for Python3 compatibility.
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user