From a69c8a8b442be6db11532c32be487c7764cca6b9 Mon Sep 17 00:00:00 2001 From: jaredgoldman Date: Thu, 20 Apr 2023 18:51:13 -0400 Subject: [PATCH] Uncomment loglevel --- piker/brokers/kucoin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/brokers/kucoin.py b/piker/brokers/kucoin.py index f826856e..fc97b78c 100755 --- a/piker/brokers/kucoin.py +++ b/piker/brokers/kucoin.py @@ -495,7 +495,7 @@ async def stream_quotes( send_chan: trio.abc.SendChannel, symbols: list[str], feed_is_live: trio.Event, - # loglevel: str = '', + loglevel: str = '', # startup sync task_status: TaskStatus[tuple[dict, dict]] = trio.TASK_STATUS_IGNORED, ) -> None: