generate new flake report

This commit is contained in:
2025-02-13 15:46:37 +01:00
parent 29a56eceaa
commit 98c723afc5
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ class View:
print("Le tournoi a débuté le : ", i['start'])
print("Et s'est terminé le : ", i['end'])
print("\nLes participants étaient : ")
for j in i['players'] :
for j in i['players']:
print(j['ine'], "-", j['prénom'], str.upper(j['nom']))
print("\nLes matches et leurs résultats étaient :")
for j in i['rounds']: