about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdam Jaworski <savander.pl@gmail.com>2017-05-20 02:43:03 +0200
committerAdam Jaworski <savander.pl@gmail.com>2017-05-20 02:43:03 +0200
commitebcb37245e62774b8646fd6a531bebad8807dac7 (patch)
treee291d2de654d766ec7e3f971c278d687ed744736
parentee1d5f9f05df046ccee27a331684733113cc2121 (diff)
downloadzcatch-ebcb37245e62774b8646fd6a531bebad8807dac7.tar.gz
zcatch-ebcb37245e62774b8646fd6a531bebad8807dac7.zip
NETHASH fastfix - should be improved
-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"