Remove typo in binance

small_kucoin_fixes
jaredgoldman 2023-04-12 21:40:58 -04:00
parent 2c82b2aba9
commit 52a015d927
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ async def stream_messages(
# https://binance-docs.github.io/apidocs/spot/en/#individual-symbol-book-ticker-streams
if msg.get('u'):
sym = msg['s']what does the trio_async_generator from trio_util do?
sym = msg['s']
bid = float(msg['b'])
bsize = float(msg['B'])
ask = float(msg['a'])