From 7bddea254f7b3986b302a75a4b50085cc4742a2b Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 19 Jun 2022 14:36:05 +0100 Subject: [PATCH] Server ID was already bytes_4 --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 65c6816..de84fc2 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -713,7 +713,7 @@ def ident(): #_say.append(AMBEobj.readSingleFile('alpha.ambe')) _all_call = bytes_3(16777215) _source_id= bytes_3(5000) - _peer_id = bytes_4(CONFIG['GLOBAL']['SERVER_ID']) + _peer_id = CONFIG['GLOBAL']['SERVER_ID'] speech = pkt_gen(_source_id, _all_call, _peer_id, 1, _say) sleep(1)