Skip to content

Commit 953241a

Browse files
committed
upgrade script
1 parent 893a6ca commit 953241a

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

seminar/generate_mondays.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def generate_event_file(date: datetime.date, speaker: str):
3131
############
3232
# Input data
3333
############
34-
start_date: datetime.date = datetime.date(2025, 9, 21)
35-
output_dir: Path = Path("./seminar/2425/_posts")
34+
start_date: datetime.date = datetime.date(2026, 3, 25)
35+
output_dir: Path = Path("./seminar/2526/_posts")
3636
speakers: list[str] = [
3737
"Gerson Sunyé",
3838
"Massimo Tisi",
@@ -47,7 +47,11 @@ def generate_event_file(date: datetime.date, speaker: str):
4747
"Nouhaila Mraikh",
4848
"Zakaria Hachm",
4949
"Henri Cossais",
50-
"Léna Bamouh"
50+
"Léna Bamouh",
51+
"Yousra Mahjoub",
52+
"Loay Chlih",
53+
"Yassine El Mouhi",
54+
"Lucien Astié"
5155
]
5256
random.shuffle(speakers)
5357
extra_dates: int = 5

0 commit comments

Comments
 (0)