From 680c22a507fbc69c5e3460c756517843374e99b2 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 12 Aug 2016 23:32:12 +0200 Subject: [PATCH] Increased delay --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b86ba523..6104efc8 100644 --- a/main.py +++ b/main.py @@ -79,7 +79,7 @@ async def league_rank_change(timeout): print("Check for League of Legends completed.") loop.create_task(overwatch_level_up(900)) -loop.create_task(league_rank_change(5)) +loop.create_task(league_rank_change(900)) try: loop.run_until_complete(d_client.start(token))