We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import
The documentation gives the wrong path for the import WebSocket module:
from binance.websocket.spot.websocket_client import SpotWebsocketClient
There is no spot.websocket_client and SpotWebsocketClient.
spot.websocket_client
SpotWebsocketClient
Update the doc.
Error ModuleNotFoundError: No module named 'binance.websocket.spot.websocket_client'.
ModuleNotFoundError: No module named 'binance.websocket.spot.websocket_client'
Copy the code example to Python and run.
Provide any relevant information about your setup, such as:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue subject
The documentation gives the wrong path for the
import
WebSocket module:There is no
spot.websocket_client
andSpotWebsocketClient
.Expected behaviour
Update the doc.
Actual behaviour
Error
ModuleNotFoundError: No module named 'binance.websocket.spot.websocket_client'
.Steps to reproduce
Copy the code example to Python and run.
Environment
Provide any relevant information about your setup, such as:
The text was updated successfully, but these errors were encountered: