From b27aa9ee1cbc17ffa410dada56b9fa3630cad103 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 7 Nov 2016 23:27:06 +0100 Subject: [PATCH] =?UTF-8?q?tanto=20nessuno=20gioca=20pi=C3=B9=20a=20brawlh?= =?UTF-8?q?alla?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index e74d7ece..9477e591 100644 --- a/main.py +++ b/main.py @@ -254,7 +254,7 @@ print("[League] Added rank change check to the queue.") loop.create_task(league_level_up(900)) print("[League] Added level change check to the queue.") -loop.create_task(brawlhalla_update_mmr(1800)) +loop.create_task(brawlhalla_update_mmr(7200)) print("[Brawlhalla] Added mmr change check to the queue.")