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
|
# 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,
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue