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