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

fixing syntax error #1424

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yoavweber
Copy link
Contributor

When running the async clients I am getting this error:
gridbot_celery | from binance import Client
gridbot_celery | File "/usr/local/lib/python3.10/site-packages/binance/init.py", line 9, in
gridbot_celery | from binance.client import Client, AsyncClient # noqa
gridbot_celery | File "/usr/local/lib/python3.10/site-packages/binance/client.py", line 2699
gridbot_celery | if self.tld == 'us'
gridbot_celery | ^
gridbot_celery | SyntaxError: expected ':'

I've added the colon in the relevant line

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

Successfully merging this pull request may close these issues.

2 participants