Skip to content

Commit

Permalink
week(script): set date of the next semester to 9 October 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
sglavoie committed Oct 7, 2023
1 parent 1aa977c commit 36d2608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts/update_week.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import fileinput


def main(semester_start_date: datetime = datetime(2023, 4, 17)) -> None:
def main(semester_start_date: datetime = datetime(2023, 10, 9)) -> None:
"""
Main function to execute. Simply update the date parameter (must fall on Monday) when
the current semester is done to a Monday.
Expand Down

0 comments on commit 36d2608

Please sign in to comment.