revert accidental 12 -> 9 change

This commit is contained in:
Jörn-Michael Miehe 2023-09-19 18:50:43 +02:00
parent d4c0d1ef5e
commit 75dcea25fb

View file

@ -31,7 +31,7 @@ async def get_all_event_days(
return EventDays.get(
today=date.today(),
begin_month=9,
begin_month=12,
begin_day=1,
events_after=[day - 1 for day in days],
closing_after=90,