TOSQASH 285ebba: woops still use `bcrx._state` for now..

to_asyncio_eoc_signal
Tyler Goodlet 2025-07-15 19:59:03 -04:00
parent 024e8015da
commit 51944a0b99
1 changed files with 1 additions and 1 deletions

View File

@ -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
): ):