Correction typo
This commit is contained in:
parent
38bb03ca0d
commit
048fb189b3
@ -112,10 +112,9 @@ 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)
|
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)
|
moy = int(tot/moy_conf_by_day + 0.5)
|
||||||
consolided.pop('conferences')
|
consolided.pop('conferences')
|
||||||
consolided['averarge conferences by day'] = moy
|
consolided['average conferences by day'] = moy
|
||||||
|
|
||||||
return consolided
|
return consolided
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user