mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-22 15:53:01 +00:00
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(
|
||||
today=date.today(),
|
||||
begin_month=9,
|
||||
begin_month=12,
|
||||
begin_day=1,
|
||||
events_after=[day - 1 for day in days],
|
||||
closing_after=90,
|
||||
|
|
Loading…
Reference in a new issue