diff options
| author | 2019-03-04 22:52:11 -0700 | |
|---|---|---|
| committer | 2019-03-04 22:52:11 -0700 | |
| commit | 5c0ad419a49305a572d2b6bb5f1b9f798adb7c4b (patch) | |
| tree | e0b083b1dd6ff5adac4f2d5b432899ec79173f46 /bot/seasons/season.py | |
| parent | Merge pull request #112 from RohanJnr/be-my-valentine-iceman (diff) | |
Initial move of Snakes cog from the bot to seasonalbot
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: |