bug in EventDays usage

This commit is contained in:
Jörn-Michael Miehe 2023-09-21 10:58:33 +02:00
parent d0c43fb4c8
commit 7fc0d82354

View file

@ -33,7 +33,7 @@ async def get_all_event_dates(
today=date.today(), today=date.today(),
begin_month=12, begin_month=12,
begin_day=1, begin_day=1,
events=[day - 1 for day in days], events=days,
close_after=90, close_after=90,
) )