Substitution de caractères

This commit is contained in:
Emmy D'Anello 2024-06-09 23:28:51 +02:00
parent 1585d92508
commit ae10769d7d
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 1 deletions

View File

@ -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":