diff --git a/Resources/colloscope-v2.csv b/Resources/colloscope-v2.csv index 47f761e..b2d07bd 100644 --- a/Resources/colloscope-v2.csv +++ b/Resources/colloscope-v2.csv @@ -41,8 +41,8 @@ colle;TP Info;mercredi;16h;2h;;;;6,11,9;7,14,10;4,5,8;12,13,15;; ;;;;;;;;;;;;; cours;TP Physique;lundi;8h30;1h30;Mme CHEVALIER;1;R417;gr 9 à 15;gr 9 à 15;gr 9 à 15;gr 9 à 15;gr 9 à 15;gr 9 à 15 cours;TP Physique;lundi;10h;1h30;Mme CHEVALIER;1;R417;gr 1 à 8;gr 1 à 8;gr 1 à 8;gr 1 à 8;gr 1 à 8;gr 1 à 8 -cours;TP Info;lundi;10h;1h30;M. HALFON;2;C154;gr 9 à 15;gr 9 à 15;gr 9 à 15;gr 9 à 15;gr 9 à 15;gr 9 à 15 -cours;TP Info;lundi;8h30;1h30;M. HALFON;2;C154;gr 4 à 8;gr 4 à 8;gr 4 à 8;gr 4 à 8;gr 4 à 8;gr 4 à 8 +cours;TP Info;lundi;10h;1h30;M. HALFON;1;C154;gr 9 à 15;gr 9 à 15;gr 9 à 15;gr 9 à 15;gr 9 à 15;gr 9 à 15 +cours;TP Info;lundi;8h30;1h30;M. HALFON;1;C154;gr 4 à 8;gr 4 à 8;gr 4 à 8;gr 4 à 8;gr 4 à 8;gr 4 à 8 cours;TD Maths;vendredi;11h;2h;Mme MULLAERT;2;M103;B+2+3;A+1;B+2+3;A+1;B+2+3;A+1 cours;TD Maths;vendredi;14h;2h;Mme MULLAERT;2;M103;A+1;B+2+3;A+1;B+2+3;A+1;B+2+3 cours;TP Info;vendredi;14h;2h;M. HALFON;2;;B;A;B;A;B;A diff --git a/Resources/colloscope-v2.ods b/Resources/colloscope-v2.ods index 13445f6..27a563b 100644 Binary files a/Resources/colloscope-v2.ods and b/Resources/colloscope-v2.ods differ diff --git a/create_calendar.py b/create_calendar.py index bc515d7..e43264e 100644 --- a/create_calendar.py +++ b/create_calendar.py @@ -283,7 +283,7 @@ def get_langues(langues): if row[1] in langues: - debut = debut_semaine_to_datetime(np_colles[1][9]) + debut = debut_semaine_to_datetime(np_colles[1][8]) debut += heure_to_timedelta(row[3]) debut += datetime.timedelta(days=jour_to_delta[row[2]])