bug in EventDays usage
This commit is contained in:
parent
d0c43fb4c8
commit
7fc0d82354
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ async def get_all_event_dates(
|
|||
today=date.today(),
|
||||
begin_month=12,
|
||||
begin_day=1,
|
||||
events=[day - 1 for day in days],
|
||||
events=days,
|
||||
close_after=90,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue