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:
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: