diff --git a/src/modules/statistics/settings.py b/src/modules/statistics/settings.py index fb8e194b..5666c5f6 100644 --- a/src/modules/statistics/settings.py +++ b/src/modules/statistics/settings.py @@ -123,6 +123,7 @@ class StatisticsSettings(SettingGroup): 'guildset:season_start|parse|error:future_time', "Provided season start time {timestamp} is in the future!" )).format(timestamp=f"")) + return parsed @property def update_message(self) -> str: