Closed shadow-mafi closed 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()
return ['ok'] in r.json()
return 'ok' in r.json()
My bad Thanks.
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 thisreturn 'ok' in r.json()