Skip to content

Commit 26b07e8

Browse files
committed
fix dumb schedule
1 parent 3affc42 commit 26b07e8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

core/utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ async def get_school_week(requested_date: date, first_day: date, week=True):
152152
]
153153
special_days = [
154154
date(2020, 10, 2),
155-
date(2021, 2, 1) # Snow day 2 (first snow day didn't affect A/B days)
155+
date(2021, 2, 1), # Snow day 2 (first snow day didn't affect A/B days)
156+
date(2021, 2, 9), # Idk why they messed up the days in the first place only to mess it up to "fix" it again
157+
date(2021, 2, 24) # dumb schedule again
156158
]
157159

158160
all_days = []

0 commit comments

Comments
 (0)