Skip to content
New issue

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

The wrong path for the import WebSocket module in the documentation #327

Open
vladiscripts opened this issue Jul 13, 2024 · 0 comments
Open

Comments

@vladiscripts
Copy link

Issue subject

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.

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:

  • binance-connector 3.8.0
  • Python 3.11
  • Ubuntu 24.04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant