From 42591a5288b1782a78e20276da3cf09656cbfcd7 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 9 Jan 2022 02:07:56 +0000 Subject: [PATCH] Revert "For HBP, we can use a sha1 digest- 2" This reverts commit 947e493b90b80aa4e22e2204ec4d9b1e5f17d3e3. --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 286473d..a53eb2f 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -40,7 +40,7 @@ import re import copy from setproctitle import setproctitle #from crccheck.crc import Crc32 -import hashlib +from hashlib import hashlib.sha1 # Twisted is pretty important, so I keep it separate from twisted.internet.protocol import Factory, Protocol