This commit is contained in:
Simon 2021-01-17 22:54:44 +00:00
parent 6003208aae
commit 8f5bdceec8
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ def stream_trimmer_loop():
try: try:
if systems[system].STATUS[stream_id]['LAST'] < _now - 5: if systems[system].STATUS[stream_id]['LAST'] < _now - 5:
remove_list.append(stream_id) remove_list.append(stream_id)
except 'KeyError': except:
logger.debug("Keyerror - stream trimmer") logger.debug("Keyerror - stream trimmer")
continue continue
for stream_id in remove_list: for stream_id in remove_list: