config test

This commit is contained in:
David 2022-12-20 09:36:26 +01:00
parent baa77a9a7f
commit 185905a955
1 changed files with 2 additions and 2 deletions

View File

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