diff --git a/bridge_master.py b/bridge_master.py index b77ad3d..5d90f5e 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -409,7 +409,7 @@ def stream_trimmer_loop(): try: if systems[system].STATUS[stream_id]['LAST'] < _now - 5: remove_list.append(stream_id) - except 'KeyError': + except: logger.debug("Keyerror - stream trimmer") continue for stream_id in remove_list: