config test
This commit is contained in:
parent
baa77a9a7f
commit
185905a955
@ -111,10 +111,10 @@ class Stats:
|
|||||||
|
|
||||||
if moy_conf_by_day > 1:
|
if moy_conf_by_day > 1:
|
||||||
tot = consolided['conferences']
|
tot = consolided['conferences']
|
||||||
|
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['conferences by day'] = moy
|
consolided['averarge conferences by day'] = moy
|
||||||
print(tot,moy_conf_by_day))
|
|
||||||
|
|
||||||
return consolided
|
return consolided
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user