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