Skip to content

Commit

Permalink
fix scoreboard cutoffs
Browse files Browse the repository at this point in the history
  • Loading branch information
karlsbjorn committed Nov 23, 2023
1 parent ae5054b commit 95b2a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wowtools/scoreboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ async def add_assistant_embedding(assistant, guild, image, tabulate_list):

@staticmethod
async def get_season_title_cutoff(region: str) -> float:
current_season = "season-df-2" # TODO: Needs to be manually updated every season
current_season = "season-df-3" # TODO: Needs to be manually updated every season
async with RaiderIO() as rio:
cutoffs = (await rio.get_mythic_plus_season_cutoffs(region, current_season)).get(
"cutoffs"
Expand Down

0 comments on commit 95b2a26

Please sign in to comment.