From 660ca30fa6f06425a424043efd6692251c3cfb5d Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 19 Sep 2022 13:07:48 +0100 Subject: [PATCH] bytes3 not int --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index d70e358..3f4dd19 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': int_id(5000) + 'source_rptr': bytes_3(5000) } _slot['TX_TGID'] = _dest_id else: