From d772fe45c0d07171b76f71276d2cd17bcc14721b Mon Sep 17 00:00:00 2001 From: jaredgoldman Date: Wed, 19 Apr 2023 14:55:58 -0400 Subject: [PATCH] Comment out unused args --- 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 e9861b91..35d9ac22 100755 --- a/piker/brokers/kucoin.py +++ b/piker/brokers/kucoin.py @@ -491,7 +491,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: