From c9ce8a93c4d2a6c64dcff8bca9f43b3c1b967856 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 25 May 2022 01:46:52 +0100 Subject: [PATCH] fix log spamming --- hblink.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hblink.py b/hblink.py index 626bde5..9a933e8 100755 --- a/hblink.py +++ b/hblink.py @@ -532,6 +532,7 @@ class OPENBRIDGE(DatagramProtocol): elif _packet[:4] == DMRF: + _stream_id = _data[16:20] logger.warning('(%s) *ProtoControl* Protocols 2 and 3 are no longer supported',self._system) if _stream_id not in self._laststrid: self.send_bcsq(_dst_id,_stream_id)