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