From a9537adc5cad9b2d39226378b6631f4538048bf4 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 19 Sep 2022 13:56:35 +0100 Subject: [PATCH] Revert "bytes3 not int" This reverts commit 660ca30fa6f06425a424043efd6692251c3cfb5d. --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 3f4dd19..d70e358 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -546,7 +546,7 @@ def sendVoicePacket(self,pkt,_source_id,_dest_id,_slot): 'TGID': _dest_id, 'LAST': _pkt_time, 'source_server': self._CONFIG['GLOBAL']['SERVER_ID'], - 'source_rptr': bytes_3(5000) + 'source_rptr': int_id(5000) } _slot['TX_TGID'] = _dest_id else: