From db1e8576a1de5b1f4e16b8406d5f42ead6f9cd57 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 19 Jan 2022 16:39:48 +0000 Subject: [PATCH] hops to 0 --- hblink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hblink.py b/hblink.py index 9d50213..5adf53a 100755 --- a/hblink.py +++ b/hblink.py @@ -214,7 +214,7 @@ class OPENBRIDGE(DatagramProtocol): # Keep This Line Commented Unless HEAVILY Debugging! #logger.debug('(%s) RX packet from %s -- %s', self._system, _sockaddr, ahex(_packet)) - _hops = None + _hops = bytes(0) if _packet[:3] == DMR: # DMRData -- encapsulated DMR data frame if _packet[:4] == DMRD: