diff --git a/statistiques/parseStats.py b/statistiques/parseStats.py index 338105a..83f6fd3 100755 --- a/statistiques/parseStats.py +++ b/statistiques/parseStats.py @@ -196,7 +196,7 @@ def runMain(): fr = STATS_FR_TOT_FIELDS[i] print(f"{fr}={v}") try: - moyenne_part = int(res['total_participants']) / int(res['conferences']) + moyenne_part = int(res['total_participants']) / int(res['total_conferences_completed']) print(f"Moyenne participants par conference,{moyenne_part}") except: pass