well placed continue
This commit is contained in:
parent
e57ae29486
commit
f9beefe96a
@ -384,6 +384,7 @@ def stream_trimmer_loop():
|
||||
#if stream already marked as finished, just remove it
|
||||
if '_fin' in systems[system].STATUS[stream_id] and systems[system].STATUS[stream_id]['LAST'] < _now - 5:
|
||||
removed = systems[system].STATUS.pop(stream_id)
|
||||
continue
|
||||
|
||||
try:
|
||||
if systems[system].STATUS[stream_id]['LAST'] < _now - 5:
|
||||
|
Loading…
x
Reference in New Issue
Block a user