1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00

Increase timeout between requests

This commit is contained in:
Steffo 2016-08-12 21:25:03 +02:00
parent 11ad173e81
commit 0d37caa872

View file

@ -39,5 +39,5 @@ async def overwatch_level_up(timeout):
# Wait for the timeout
await asyncio.sleep(timeout)
loop.create_task(overwatch_level_up(30))
loop.create_task(overwatch_level_up(900))
d_client.run(token)