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