Make cheat system async

This commit is contained in:
2022-05-05 09:18:35 +01:00
parent 2bf05eafa7
commit 1c84277af1
10 changed files with 97 additions and 95 deletions

View File

@@ -112,7 +112,7 @@ class AgoraDesk:
response = treq.post(
api_call_url,
headers=headers,
data=json.dumps(query_values),
data=json.dumps(query_values).encode("ascii"),
)
else:
# response = httpx.post(