Maj ordre de la page péremptions

This commit is contained in:
Ambulance Clerc
2022-11-26 19:02:15 +01:00
parent 107e2b7432
commit 2644e17752

View File

@@ -68,7 +68,7 @@ class cls_caldav():
tomorow = date + timedelta(days=1)
events = recurring_ical_events.of(Calendar.from_ical(self.data)).between(today,tomorow)
elif periode == 3:
today = date + timedelta(days=-1)
today = date + timedelta(days=-2)
tomorow = date + timedelta(days=2)
events = recurring_ical_events.of(Calendar.from_ical(self.data)).between(today,tomorow)
elif periode == 7: