From f6f36e10b3ad04bdda3929c3cc8b51aba4892e90 Mon Sep 17 00:00:00 2001 From: ralph Date: Wed, 16 Apr 2025 20:31:07 +0200 Subject: [PATCH] Update contacts_to_remind.py --- contacts_to_remind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contacts_to_remind.py b/contacts_to_remind.py index 1dd79ba..9290968 100644 --- a/contacts_to_remind.py +++ b/contacts_to_remind.py @@ -96,7 +96,7 @@ def create_remind_file(birthdays, output_file='geburtstage.rem'): f.write(remind_entry) # Remind-Eintrag für die Vorwarnung 7 Tage vorher - remind_entry_advance = f'REM {day} {month_to_abbr(month)} +7 MSG Vorwarnung: {name} hat %b {age_text}\n' + remind_entry_advance = f'REM {day} {month_to_abbr(month)} +7 MSG Vorwarnung: {name} hat %b Geburstag {age_text}\n' f.write(remind_entry_advance) def month_to_abbr(month_num):