From b7f58aafa38784f53e21880dee56820f6f179a8e Mon Sep 17 00:00:00 2001 From: nkoexe Date: Mon, 21 Oct 2024 00:15:33 +0200 Subject: [PATCH] removed temp halloween date --- sostituzioni/control/cron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sostituzioni/control/cron.py b/sostituzioni/control/cron.py index 16a063d..b310654 100644 --- a/sostituzioni/control/cron.py +++ b/sostituzioni/control/cron.py @@ -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) ):