fixed incrementation
This commit is contained in:
parent
6c30ccb88a
commit
92034c185e
|
@ -1292,7 +1292,7 @@ async def tourney_round_watcher(channel, tourney, games_list, filter_url, finals
|
||||||
except:
|
except:
|
||||||
print("something went wrong in tourney_watcher")
|
print("something went wrong in tourney_watcher")
|
||||||
await asyncio.sleep(4)
|
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
|
tourney.league.day += 1
|
||||||
|
|
||||||
if len(queued_games) > 0:
|
if len(queued_games) > 0:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user