Remove breakpoint
parent
3bed3a64c3
commit
d1b0608c88
|
@ -588,7 +588,6 @@ async def stream_messages(ws: NoBsWs, sym: str) -> AsyncGenerator[NoBsWs, dict]:
|
|||
|
||||
case 'level2':
|
||||
l2_data = KucoinL2(**msg.data)
|
||||
breakpoint()
|
||||
first_ask = l2_data.asks[0]
|
||||
first_bid = l2_data.bids[0]
|
||||
yield 'l1', {
|
||||
|
|
Loading…
Reference in New Issue