diff --git a/flake-report/index.html b/flake-report/index.html
index c681149..286a01b 100644
--- a/flake-report/index.html
+++ b/flake-report/index.html
@@ -9,7 +9,7 @@
flake8 violations
-
Generated on 2025-02-13 11:38
+
Generated on 2025-02-13 15:45
with Installed plugins: flake8-html: 0.4.3, mccabe: 0.7.0, pycodestyle: 2.12.1, pyflakes: 3.2.0
diff --git a/views/base.py b/views/base.py
index 85c5c6f..86e6990 100644
--- a/views/base.py
+++ b/views/base.py
@@ -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']: