From f59eb9fa7b38f3d555eec3a3a88c19e7fa0271a2 Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 27 Nov 2024 23:34:59 +0000 Subject: [PATCH] chore: apply Plat3 configuration updates across project files --- 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)