sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
5.89k stars 2.2k forks source link

Cant import ThreadedWebsocketManager #1353

Closed gabriel-romero-poza closed 10 months ago

gabriel-romero-poza commented 10 months ago

I'm making a Binance trading bot and I was trying to use the Websocket to get the current price, the issue is that I can't import ThreadedWebsocketManager from Binance. Also, looking in the files I see the problem is that there is no current ThreadedWebsocketManager folder.