typo - _sysconfig

This commit is contained in:
Simon 2021-04-13 00:05:23 +01:00
parent 88334eaaf5
commit b960427f2a

View File

@ -421,7 +421,7 @@ def stream_trimmer_loop():
try:
for tgid in _sysconfig['_bcsq']:
if sysconfig['_bcsq'][tgid] == stream_id:
if _sysconfig['_bcsq'][tgid] == stream_id:
removed = sysconfig['_bcsq'].pop(tgid)
except KeyError:
pass