config test

This commit is contained in:
David 2022-12-20 09:27:12 +01:00
parent eb66f663f6
commit baa77a9a7f
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class Stats:
moy = int(tot/moy_conf_by_day + 0.5)
consolided.pop('conferences')
consolided['conferences by day'] = moy
print(tot,moy)
print(tot,moy_conf_by_day))
return consolided