Changed string to int.
All checks were successful
Build Ragnar anti spam bot / Build (push) Successful in 54s

This commit is contained in:
retoor 2024-11-28 04:07:20 +01:00
parent b13a233540
commit a7389f008b

View File

@ -68,8 +68,8 @@ class Api:
"user_id": self.auth["user_id"], "user_id": self.auth["user_id"],
"token_id": self.auth["token_id"], "token_id": self.auth["token_id"],
"token_key": self.auth["token_key"], "token_key": self.auth["token_key"],
"vote": str(vote), "vote": vote,
"plat": 3, "plat": 3
}, },
) )
return json.loads(response.text) return json.loads(response.text)