From a5f49bb0aa856432fb54e435c1437ee6c5fcf14d Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 19 Jan 2022 16:36:36 +0000 Subject: [PATCH] ho --- hblink.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hblink.py b/hblink.py index 00530d4..9d50213 100755 --- a/hblink.py +++ b/hblink.py @@ -214,6 +214,8 @@ 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 + if _packet[:3] == DMR: # DMRData -- encapsulated DMR data frame if _packet[:4] == DMRD: if self._config['VER'] > 1: