Fix cheat
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user