Skip to content

Commit

Permalink
Update update_week.py
Browse files Browse the repository at this point in the history
Monday 23 September 2024
  • Loading branch information
tarrasque authored Oct 14, 2024
1 parent 30e0844 commit a6a4f96
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(2024, 4, 8)) -> None:
def main(semester_start_date: datetime = datetime(2024, 9, 23)) -> 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 a6a4f96

Please sign in to comment.