Correction typo

This commit is contained in:
David 2022-12-26 00:07:44 +01:00
parent 9a2c18665d
commit 4cbda11f7e
1 changed files with 1 additions and 1 deletions

View File

@ -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