From 92034c185ec23abd6ee6b68f32482146ad256c94 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Fri, 15 Jan 2021 05:46:50 -0500 Subject: [PATCH] fixed incrementation --- the_prestige.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/the_prestige.py b/the_prestige.py index 50d64af..c778d3a 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -1292,7 +1292,7 @@ async def tourney_round_watcher(channel, tourney, games_list, filter_url, finals except: print("something went wrong in tourney_watcher") await asyncio.sleep(4) - if tourney.league is not None and tourney.league.increment: + if tourney.league is not None and tourney.increment: tourney.league.day += 1 if len(queued_games) > 0: