From 0d37caa87280ff5bb917d294904cc6e85360e5c8 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 12 Aug 2016 21:25:03 +0200 Subject: [PATCH] Increase timeout between requests --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index fb5cfb93..8ee204ad 100644 --- a/main.py +++ b/main.py @@ -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)