Correction typo

This commit is contained in:
David 2022-12-20 09:38:12 +01:00
parent 185905a955
commit 38bb03ca0d

View File

@ -111,6 +111,7 @@ class Stats:
if moy_conf_by_day > 1: if moy_conf_by_day > 1:
tot = consolided['conferences'] tot = consolided['conferences']
moy_conf_by_day = int(moy_conf_by_day / 12 + 0.5)
print(tot,moy_conf_by_day) print(tot,moy_conf_by_day)
moy = int(tot/moy_conf_by_day + 0.5) moy = int(tot/moy_conf_by_day + 0.5)
consolided.pop('conferences') consolided.pop('conferences')