Skip to content

Commit

Permalink
removed temp halloween date
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoexe committed Oct 20, 2024
1 parent 099a304 commit b7f58aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sostituzioni/control/cron.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def update_seasonal_themes():

# halloween theme
if (
datetime(now.year, 1, 30, 0, 0, 0)
datetime(now.year, 10, 30, 0, 0, 0)
<= now
<= datetime(now.year, 10, 31, 23, 59, 59)
):
Expand Down

0 comments on commit b7f58aa

Please sign in to comment.