You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike other issues, I have run the script with nothing displayed so far in the Gitbash window. I tried including some print statements in-between functions just to know which functions are executed but nothing. Even the print statement below the if _name=='main' does not execute.
Note: The only change I made to the original script are the environment variables plus importing the ThreadedWebSocketManager from binance i.e, from binance import ThreadedWebsocketManager` Apart from that everything is the same
The output is nothing
The text was updated successfully, but these errors were encountered:
Unlike other issues, I have run the script with nothing displayed so far in the Gitbash window. I tried including some print statements in-between functions just to know which functions are executed but nothing. Even the print statement below the if _name=='main' does not execute.
Note: The only change I made to the original script are the environment variables plus importing the ThreadedWebSocketManager from binance i.e,
from binance import
ThreadedWebsocketManager` Apart from that everything is the sameThe output is nothing
The text was updated successfully, but these errors were encountered: