Correction typo
This commit is contained in:
parent
9a2c18665d
commit
4cbda11f7e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user