Fix cheat

This commit is contained in:
2023-03-11 16:57:08 +00:00
parent 11f596708d
commit 436d069ae7
11 changed files with 401 additions and 156 deletions

View File

@@ -14,11 +14,10 @@ INTERVAL = 5
async def poll_aggregator(aggregator):
print("Polling aggregator", aggregator)
pass
async def poll_platform(platform):
print("Polling platform", platform)
client = await AgoraClient(platform)
await client.poll()