Skip to content

Commit 02b8bf6

Browse files
committed
add in snow day on 12/17
1 parent 7688a0e commit 02b8bf6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ async def get_school_week(requested_date: date, first_day: date, week=True):
146146
date(2020, 11, 3), # Election day
147147
date(2020, 11, 11), # Veteran's day
148148
*daterange(date(2020, 11, 25), date(2020, 11, 27)), # Thanksgiving break
149+
date(2020, 12, 17), # Snow day
149150
*daterange(date(2020, 12, 24), date(2021, 1, 1)) # Holiday break
150151
]
151152
special_days = [

0 commit comments

Comments
 (0)