revert accidental 12 -> 9 change
This commit is contained in:
parent
d4c0d1ef5e
commit
75dcea25fb
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ async def get_all_event_days(
|
||||||
|
|
||||||
return EventDays.get(
|
return EventDays.get(
|
||||||
today=date.today(),
|
today=date.today(),
|
||||||
begin_month=9,
|
begin_month=12,
|
||||||
begin_day=1,
|
begin_day=1,
|
||||||
events_after=[day - 1 for day in days],
|
events_after=[day - 1 for day in days],
|
||||||
closing_after=90,
|
closing_after=90,
|
||||||
|
|
Loading…
Reference in a new issue