Text angepasst, uv pip install pyobjc-framework-Contacts in Readme nachgezogen
This commit is contained in:
parent
fc8650dfda
commit
9f984a3744
2 changed files with 3 additions and 2 deletions
|
@ -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 in 7 Tagen Geburtstag {age_text} %b\n'
|
||||
remind_entry_advance = f'REM {day} {month_to_abbr(month)} +7 MSG Vorwarnung: {name} hat %b\n {age_text}'
|
||||
f.write(remind_entry_advance)
|
||||
|
||||
def month_to_abbr(month_num):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue