diff --git a/bridge_master.py b/bridge_master.py index 5d90f5e..8682d27 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -411,7 +411,10 @@ def stream_trimmer_loop(): remove_list.append(stream_id) except: logger.debug("Keyerror - stream trimmer") + print(systems[system].STATUS[stream_id]) + systems[system].STATUS[stream_id]['LAST'] = _now continue + for stream_id in remove_list: if stream_id in systems[system].STATUS: _stream = systems[system].STATUS[stream_id]