typo again

This commit is contained in:
Simon 2021-04-13 11:57:30 +01:00
parent 3267e2bb21
commit ed3f266761
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ def stream_trimmer_loop():
_bcsq_remove = []
for tgid in _sysconfig['_bcsq']:
if _sysconfig['_bcsq'][tgid] == stream_id:
_bcsq.append(tgid)
_bcsq_remove.append(tgid)
for bcrm in _bcsq_remove:
removed = _sysconfig['_bcsq'].pop(bcrm)
except KeyError: