From 3cd2b268714be55d5e6b5967c48656ae2fe053d4 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 26 Dec 2022 00:11:22 +0100 Subject: [PATCH] Correction typo --- statistiques/parseStats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statistiques/parseStats.py b/statistiques/parseStats.py index 8e72deb..383db5e 100755 --- a/statistiques/parseStats.py +++ b/statistiques/parseStats.py @@ -199,7 +199,7 @@ def runMain(): moyenne_part = int(res['total_participants']) / int(res['total_conferences_completed']) moyenne_part = int((moyenne_part + 0.5) * 10) / 10 - print(f"Moyenne participants par conference,{moyenne_part}") + print(f"Moyenne participants par conference={moyenne_part}") except: pass