This commit is contained in:
Simon 2021-03-25 22:53:07 +00:00
parent 092248b3ce
commit e57ae29486
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ def stream_trimmer_loop():
for stream_id in systems[system].STATUS:
#if stream already marked as finished, just remove it
if '_fin' in [system].STATUS[stream_id] and systems[system].STATUS[stream_id]['LAST'] < _now - 5:
if '_fin' in systems[system].STATUS[stream_id] and systems[system].STATUS[stream_id]['LAST'] < _now - 5:
removed = systems[system].STATUS.pop(stream_id)
try: