Skip to content

Commit

Permalink
Rename 'Leaderboard' sheet to 'Scores'
Browse files Browse the repository at this point in the history
  • Loading branch information
tesence committed Aug 10, 2024
1 parent b20f96f commit accbd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gumo/modules/league.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ async def _get_runners(self):
Returns:
list: Rando League runners.
"""
worksheet = await self._get_worksheet(f"S{self._active_season_number} Leaderboard")
worksheet = await self._get_worksheet(f"S{self._active_season_number} Scores")
part = functools.partial(worksheet.col_values, 1)
return (await self.bot.loop.run_in_executor(None, part))[2:]

Expand Down

0 comments on commit accbd23

Please sign in to comment.