chore: update export statistics with latest data from production database

This commit is contained in:
bot 2024-11-28 03:09:00 +00:00
parent 18904dbb6a
commit e67b14c583
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -69,7 +69,7 @@ class Api:
"token_id": self.auth["token_id"],
"token_key": self.auth["token_key"],
"vote": vote,
"plat": 3
"plat": 3,
},
)
return json.loads(response.text)