Correction typo

This commit is contained in:
David 2022-12-20 09:38:52 +01:00
parent 38bb03ca0d
commit 048fb189b3
1 changed files with 1 additions and 2 deletions

View File

@ -112,10 +112,9 @@ class Stats:
if moy_conf_by_day > 1:
tot = consolided['conferences']
moy_conf_by_day = int(moy_conf_by_day / 12 + 0.5)
print(tot,moy_conf_by_day)
moy = int(tot/moy_conf_by_day + 0.5)
consolided.pop('conferences')
consolided['averarge conferences by day'] = moy
consolided['average conferences by day'] = moy
return consolided