Skip to content

Commit 76f99e8

Browse files
committed
mlk day no school
1 parent 7ef173d commit 76f99e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ 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-
*daterange(date(2020, 12, 24), date(2021, 1, 1)) # Holiday break
149+
*daterange(date(2020, 12, 24), date(2021, 1, 1)), # Holiday break
150+
date(2021, 1, 18) # Martin Luther King Day
150151
]
151152
special_days = [
152153
date(2020, 10, 2)

0 commit comments

Comments
 (0)