This commit is contained in:
Simon 2021-03-26 10:59:56 +00:00
parent 3e9dd4e357
commit 6f8cf555d4
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +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:
logger.debug('(%s) *FINISHED STREAM* STREAM ID: %s'system, int_id(stream_id))
logger.debug('(%s) *FINISHED STREAM* STREAM ID: %s',system, int_id(stream_id))
fin_list.append(stream_id)
continue