config test

This commit is contained in:
David 2022-12-20 09:24:00 +01:00
parent 10cfc283be
commit 865a056f82
1 changed files with 1 additions and 1 deletions

View File

@ -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