YarmolenkoD / coub

[IN DEVELOPMENT] Auto farm for telegram coub bot.
https://t.me/coub/app?startapp=coub__marker_18361539
23 stars 0 forks source link

syntex mistake #2

Open bowler14 opened 1 week ago

bowler14 commented 1 week ago

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 commented 1 week ago

me too

Mahmooden10 commented 1 week ago

how to fix this?