about summary refs log tree commit diff
path: root/scripts/cmd5.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cmd5.py')
-rw-r--r--scripts/cmd5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmd5.py b/scripts/cmd5.py
index 5ac4cd45..8de19d02 100644
--- a/scripts/cmd5.py
+++ b/scripts/cmd5.py
@@ -28,7 +28,7 @@ f = "".encode()
 for filename in sys.argv[1:]:
 	f += cstrip([l.strip() for l in open(filename, "rb")])
 
-hash = hashlib.md5(f).hexdigest().lower()[16:]
+hash = "626fce9a778df4d4" #hashlib.md5(f).hexdigest().lower()[16:] Current hash, should be improved
 #TODO 0.7: improve nethash creation
 if hash == "3dc531e4296de555":
 	hash = "626fce9a778df4d4"