Skip to content

Commit 2a45cfb

Browse files
intend
1 parent 1163542 commit 2a45cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async def main():
113113
stream_label="TRADES",
114114
process_asyncio_queue=process_asyncio_queue)
115115
while not ubwa.is_manager_stopping():
116-
await asyncio.sleep(1)
116+
await asyncio.sleep(1)
117117
118118
with BinanceWebSocketApiManager(exchange='binance.com') as ubwa:
119119
try:

0 commit comments

Comments
 (0)