Substitution de caractères
This commit is contained in:
parent
1585d92508
commit
ae10769d7d
|
@ -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":
|
||||
|
|
Loading…
Reference in New Issue