This commit is contained in:
Jörn-Michael Miehe 2023-09-20 18:24:19 +02:00
parent cc94aace76
commit d5ae079949

View file

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