Drop passing `loglevel` to `stream_quotes()`, level is set when actor spawns
parent
f1f2ba2e02
commit
361fc4645c
|
@ -283,8 +283,6 @@ async def allocate_persistent_feed(
|
|||
# multiple live feeds from one task, instead of getting
|
||||
# a new request (and thus new task) for each subscription.
|
||||
symbols=[symstr],
|
||||
|
||||
loglevel=loglevel,
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue