diff --git a/parse_colles.py b/parse_colles.py index 6b47562..0c214e2 100644 --- a/parse_colles.py +++ b/parse_colles.py @@ -109,7 +109,7 @@ def create_colloscope(groupe:int, timezone:str = "Europe/Paris"): e.duration = ({'hours': 1}); e.location = f"{room} - Saint-Louis" e.description = f"Professeur: {professor}\nSalle: {room}\nMatière : {matière}" - e.organizer = "Simon Lancelin" + e.organizer = f"Groupe {groupe}" e.alarms = [] c.events.add(e) @@ -121,4 +121,4 @@ def create_colloscope(groupe:int, timezone:str = "Europe/Paris"): my_file.writelines(c) # Close the workbook - workbook.close() \ No newline at end of file + workbook.close()