Skip to content

Commit

Permalink
Fix report period
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed May 21, 2024
1 parent f5af490 commit 111139c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SEMESTERS = [
(datetime.date(2023, 8, 23), datetime.date(2023, 12, 6)),
(datetime.date(2024, 1, 8), datetime.date(2024, 4, 28)),
(datetime.date(2024, 5, 6), datetime.date(2024, 6, 9)),
(datetime.date(2024, 5, 20), datetime.date(2024, 7, 29)),
]
SCHWARTZ_EMAIL = "[email protected]"

Expand Down

0 comments on commit 111139c

Please sign in to comment.