Remove typo in binance
parent
2c82b2aba9
commit
52a015d927
|
@ -343,7 +343,7 @@ async def stream_messages(
|
||||||
# https://binance-docs.github.io/apidocs/spot/en/#individual-symbol-book-ticker-streams
|
# https://binance-docs.github.io/apidocs/spot/en/#individual-symbol-book-ticker-streams
|
||||||
|
|
||||||
if msg.get('u'):
|
if msg.get('u'):
|
||||||
sym = msg['s']what does the trio_async_generator from trio_util do?
|
sym = msg['s']
|
||||||
bid = float(msg['b'])
|
bid = float(msg['b'])
|
||||||
bsize = float(msg['B'])
|
bsize = float(msg['B'])
|
||||||
ask = float(msg['a'])
|
ask = float(msg['a'])
|
||||||
|
|
Loading…
Reference in New Issue