chore: apply Plat3 configuration updates across project files

This commit is contained in:
retoor 2024-11-27 23:34:59 +00:00
parent 6c191d74b6
commit f59eb9fa7b

View File

@ -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)