A
This commit is contained in:
parent
b960427f2a
commit
3912e529f9
@ -422,7 +422,7 @@ def stream_trimmer_loop():
|
|||||||
try:
|
try:
|
||||||
for tgid in _sysconfig['_bcsq']:
|
for tgid in _sysconfig['_bcsq']:
|
||||||
if _sysconfig['_bcsq'][tgid] == stream_id:
|
if _sysconfig['_bcsq'][tgid] == stream_id:
|
||||||
removed = sysconfig['_bcsq'].pop(tgid)
|
removed = _sysconfig['_bcsq'].pop(tgid)
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user