diff --git a/src/ragnar/api.py b/src/ragnar/api.py index 83fcd01..2361929 100644 --- a/src/ragnar/api.py +++ b/src/ragnar/api.py @@ -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)