From 526d121384848823e14f0f8293416c369df16807 Mon Sep 17 00:00:00 2001 From: Daniel Persson Date: Sat, 28 Sep 2024 20:07:32 +0200 Subject: [PATCH] Let marvin say good morning on the day he was started --- marvin_general_actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marvin_general_actions.py b/marvin_general_actions.py index 0731b09..0955859 100644 --- a/marvin_general_actions.py +++ b/marvin_general_actions.py @@ -15,7 +15,7 @@ # Configuration loaded CONFIG = None -lastDateGreeted = datetime.date.today() +lastDateGreeted = None def setConfig(config): """