config test

This commit is contained in:
David 2022-12-20 09:25:35 +01:00
parent 865a056f82
commit eb66f663f6
1 changed files with 1 additions and 0 deletions

View File

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