Closed glushko closed 2 months ago
Thx a lot. But last line must be edited:
return self._post_request('/clicker/tap', payload)
to this:
return self.post_request('/clicker/tap', payload)
Thx a lot. But last line must be edited:
return self._post_request('/clicker/tap', payload)
to this:return self.post_request('/clicker/tap', payload)
Yea sorry this my fault, I changed lightly this class and forgot (
Thanks @glushko
If your bot, show this:
** | Error in Hamster check: 'clickerUser'
Just update function tap in hamster.py like this