Plat3 applied.
All checks were successful
Build Ragnar anti spam bot / Build (push) Successful in 58s

This commit is contained in:
retoor 2024-11-28 00:34:59 +01:00
parent 282b41c7e2
commit 252e99d811

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)