diff --git a/bridge_master.py b/bridge_master.py index 2dc83e2..7c98296 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -356,6 +356,7 @@ def sendSpeech(self,speech): sleep(0.058) _stream_id = pkt[16:20] _pkt_time = time() + _slot = systems[system].STATUS[2] if _stream_id not in systems[system].STATUS: systems[system].STATUS[_stream_id] = { 'START': _pkt_time, @@ -401,6 +402,7 @@ def disconnectedVoice(system): sleep(0.058) _stream_id = pkt[16:20] _pkt_time = time() + _slot = systems[system].STATUS[2] if _stream_id not in systems[system].STATUS: systems[system].STATUS[_stream_id] = { 'START': _pkt_time, @@ -463,6 +465,7 @@ def ident(): _stream_id = pkt[16:20] _pkt_time = time() + _slot = systems[system].STATUS[2] if _stream_id not in systems[system].STATUS: systems[system].STATUS[_stream_id] = { 'START': _pkt_time,