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

syntex mistake #2

Open
bowler14 opened this issue Sep 21, 2024 · 3 comments
Open

syntex mistake #2

bowler14 opened this issue Sep 21, 2024 · 3 comments

Comments

@bowler14
Copy link

Tapper.py

  1. add Comma in line 225

json=json_data
^^^^^^^^^
SyntaxError: invalid syntax. Perhaps you forgot a comma?

  1. async Keyword missing in solve_tasks() function

resp = await http_client.get(url_tasks, json=json_data, ssl=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: 'await' outside async function

@Mahmooden10
Copy link

me too

@Mahmooden10
Copy link

how to fix this?

@Teddy-ke
Copy link

How to fix?

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

3 participants