From 252e99d8119b36a2267a30616fb3a2470d472ff8 Mon Sep 17 00:00:00 2001 From: retoor Date: Thu, 28 Nov 2024 00:34:59 +0100 Subject: [PATCH] Plat3 applied. --- src/ragnar/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ragnar/api.py b/src/ragnar/api.py index c08a65c..668fb5a 100644 --- a/src/ragnar/api.py +++ b/src/ragnar/api.py @@ -69,6 +69,7 @@ class Api: "token_id": self.auth["token_id"], "token_key": self.auth["token_key"], "vote": str(vote), + "plat": 3 }, ) return json.loads(response.text)