Drop passing `loglevel` to `stream_quotes()`, level is set when actor spawns

master
Tyler Goodlet 2023-05-09 18:28:51 -04:00
parent f1f2ba2e02
commit 361fc4645c
1 changed files with 0 additions and 2 deletions

View File

@ -283,8 +283,6 @@ async def allocate_persistent_feed(
# multiple live feeds from one task, instead of getting # multiple live feeds from one task, instead of getting
# a new request (and thus new task) for each subscription. # a new request (and thus new task) for each subscription.
symbols=[symstr], symbols=[symstr],
loglevel=loglevel,
) )
) )