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

This commit is contained in:
2024-11-28 04:08:00 +01:00
parent b13a233540
commit a7389f008b
+2 -2
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)