Correction typo
This commit is contained in:
parent
185905a955
commit
38bb03ca0d
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user