Poryaei / NotCoin-Clicker

A Python bot and automated clicker for accumulating NotCoins on Telegram.
https://t.me/notcoin_bot
MIT License
103 stars 30 forks source link

Activating F Energy Problem #35

Closed shadow-mafi closed 7 months ago

shadow-mafi commented 7 months ago

Activing F Energy! Mining Error: unhashable type: 'list' Sleeping For 10MIN

it activates the energy but doesnt mine and sleeps

edit:

guys i solved the problem in line 266 change this return ['ok'] in r.json() to this return 'ok' in r.json()

Poryaei commented 7 months ago

My bad Thanks.