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.")