Skip to content

Commit

Permalink
possible solution [issue#131](LUCIT-Systems-and-Development/unicorn-b…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouthwatering777 committed Mar 7, 2022
1 parent 87b9e3d commit cd9dc86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions unicorn_binance_websocket_api/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1221,8 +1221,7 @@ def create_stream(self,
logger.debug(f"BinanceWebSocketApiManager.create_stream({str(channels)}, {str(markets_new)}, "
f"{str(stream_label)}, {str(stream_buffer_name)}, {str(symbols)}), {stream_buffer_maxlen} "
f"with stream_id={str(stream_id)} - Waiting till new thread is started")
print("bähhhh")
time.sleep(0.01)
time.sleep(0.1)
return stream_id

def create_websocket_uri(self, channels, markets, stream_id=False, api_key=False, api_secret=False, symbols=False):
Expand Down

0 comments on commit cd9dc86

Please sign in to comment.