Except
This commit is contained in:
parent
6003208aae
commit
8f5bdceec8
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user