aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/seasons/season.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/season.py b/bot/seasons/season.py
index e7b7a69c..8fc68491 100644
--- a/bot/seasons/season.py
+++ b/bot/seasons/season.py
@@ -386,7 +386,7 @@ class SeasonManager(commands.Cog):
while True:
await asyncio.sleep(self.sleep_time) # Sleep until midnight
- self.sleep_time = 86400 # Next time, sleep for 24 hours.
+ self.sleep_time = 24 * 3600 # Next time, sleep for 24 hours
# If the season has changed, load it.
new_season = get_season(date=datetime.datetime.utcnow())