diff options
Diffstat (limited to 'bot/seasons/season.py')
| -rw-r--r-- | bot/seasons/season.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/seasons/season.py b/bot/seasons/season.py index e59949d7..856f89b6 100644 --- a/bot/seasons/season.py +++ b/bot/seasons/season.py @@ -51,6 +51,7 @@ def get_season(season_name: str = None, date: datetime.datetime = None) -> "Seas raise UserWarning("This function requires either a season or a date in order to run.") seasons = get_seasons() + print(seasons) # Use season override if season name not provided if not season_name and Client.season_override: |