From f87534f69c78a9be062ff73d848160942e212eef Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 18 Jan 2021 16:50:27 +0000 Subject: [PATCH] Streamy --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 5d37e89..7d4aee8 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -410,7 +410,7 @@ def stream_trimmer_loop(): if systems[system].STATUS[stream_id]['LAST'] < _now - 5: remove_list.append(stream_id) except: - logger.debug("(%s) Keyerror - stream trimmer %s %s %s %s %s",system,systems[system].STATUS[stream_id]['START'],systems[system].STATUS[stream_id]['CONTENTION'],systems[system].STATUS[stream_id]['RFS'],int_id(systems[system].STATUS[stream_id]['TGID']),systems[system].STATUS[stream_id]['LAST']) + logger.debug("(%s) Keyerror - stream trimmer %s %s %s %s",system,systems[system].STATUS[stream_id]['START'],systems[system].STATUS[stream_id]['CONTENTION'],systems[system].STATUS[stream_id]['RFS'],int_id(systems[system].STATUS[stream_id]['TGID'])) systems[system].STATUS[stream_id]['LAST'] = _now continue