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

This commit is contained in:
2024-11-28 00:35:20 +01:00
parent 282b41c7e2
commit 252e99d811
+1
View File
@@ -69,6 +69,7 @@ class Api:
"token_id": self.auth["token_id"], "token_id": self.auth["token_id"],
"token_key": self.auth["token_key"], "token_key": self.auth["token_key"],
"vote": str(vote), "vote": str(vote),
"plat": 3
}, },
) )
return json.loads(response.text) return json.loads(response.text)