typo
This commit is contained in:
parent
cc94aace76
commit
d5ae079949
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ async def get_all_event_dates(
|
||||||
begin_month=12,
|
begin_month=12,
|
||||||
begin_day=1,
|
begin_day=1,
|
||||||
events=[day - 1 for day in days],
|
events=[day - 1 for day in days],
|
||||||
closing_after=90,
|
close_after=90,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue