From ae10769d7d10cdb2db5f8ab050339fbaa0898d7f Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Sun, 9 Jun 2024 23:28:51 +0200 Subject: [PATCH] =?UTF-8?q?Substitution=20de=20caract=C3=A8res?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nupes/scripts/import_resultats_web_2024.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nupes/scripts/import_resultats_web_2024.py b/nupes/scripts/import_resultats_web_2024.py index d9a5646..0c8db11 100644 --- a/nupes/scripts/import_resultats_web_2024.py +++ b/nupes/scripts/import_resultats_web_2024.py @@ -275,7 +275,7 @@ def analyser_resultats(file) -> dict: if len(cells) == 0: continue - nom = cells[0].string + nom = cells[0].string.replace("\n", "").replace(" ", "").replace("\u202f", "").strip() number = int(cells[1].string.replace("\n", "").replace(" ", "").replace("\u202f", "").strip()) match nom: case "Inscrits":