TOSQASH 285ebba: woops still use `bcrx._state` for now..
parent
024e8015da
commit
51944a0b99
|
@ -173,7 +173,7 @@ async def maybe_open_stream(taskname: str):
|
||||||
|
|
||||||
bstream = stream._broadcaster
|
bstream = stream._broadcaster
|
||||||
if (
|
if (
|
||||||
not bstream.state.subs
|
not bstream._state.subs
|
||||||
and
|
and
|
||||||
not cache_hit
|
not cache_hit
|
||||||
):
|
):
|
||||||
|
|
Loading…
Reference in New Issue