Skip to content

Commit

Permalink
semester_start_date correction update_week.py (#317)
Browse files Browse the repository at this point in the history
Correct start date of semester to 14-october-2024
  • Loading branch information
Eyad0L authored Nov 3, 2024
1 parent b24aacf commit 328bcdf
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, 9, 23)) -> None:
def main(semester_start_date: datetime = datetime(2024, 10, 14)) -> 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 328bcdf

Please sign in to comment.