Fehler bei Monaten mit 31 Tagen behoben

This commit is contained in:
hubobel 2024-12-31 10:09:44 +01:00
parent 3c1f76aa01
commit 55a8fffc00

View file

@ -17,6 +17,10 @@ Tag = int(heute.strftime("%d")) - 1 # Tag.Monat.Jahr
Monat = int(heute.strftime("%m"))+6
Jahr = int(heute.strftime("%y"))+2002
if Tag ==30:
quit()
# 1. Ein neues Workbook erstellen
workbook = load_workbook(datei)
# 2. Das aktive Arbeitsblatt auswählen