Changed string to int.
All checks were successful
Build Ragnar anti spam bot / Build (push) Successful in 54s
All checks were successful
Build Ragnar anti spam bot / Build (push) Successful in 54s
This commit is contained in:
parent
b13a233540
commit
a7389f008b
@ -68,8 +68,8 @@ class Api:
|
||||
"user_id": self.auth["user_id"],
|
||||
"token_id": self.auth["token_id"],
|
||||
"token_key": self.auth["token_key"],
|
||||
"vote": str(vote),
|
||||
"plat": 3,
|
||||
"vote": vote,
|
||||
"plat": 3
|
||||
},
|
||||
)
|
||||
return json.loads(response.text)
|
||||
|
Loading…
Reference in New Issue
Block a user