From dae56baeba6f54015ba5da6e87ed9c8c0dc166bf Mon Sep 17 00:00:00 2001 From: jaredgoldman Date: Sun, 16 Apr 2023 10:12:29 -0400 Subject: [PATCH] Refactor streaming logic to be less nested and readable --- piker/brokers/kucoin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/piker/brokers/kucoin.py b/piker/brokers/kucoin.py index 6546b949..4997a06a 100644 --- a/piker/brokers/kucoin.py +++ b/piker/brokers/kucoin.py @@ -530,7 +530,6 @@ async def stream_quotes( @acm async def subscribe(ws: wsproto.WSConnection, connect_id, sym): - # breakpoint() # level 2 sub await ws.send_msg({ 'id': connect_id,