Skip to content

Commit a69c8a8

Browse files
committed
Uncomment loglevel
1 parent efad49e commit a69c8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

piker/brokers/kucoin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ async def stream_quotes(
495495
send_chan: trio.abc.SendChannel,
496496
symbols: list[str],
497497
feed_is_live: trio.Event,
498-
# loglevel: str = '',
498+
loglevel: str = '',
499499
# startup sync
500500
task_status: TaskStatus[tuple[dict, dict]] = trio.TASK_STATUS_IGNORED,
501501
) -> None:

0 commit comments

Comments
 (0)