From eb66f663f6148b91a83c34dc3962ff56f7c20902 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 20 Dec 2022 09:25:35 +0100 Subject: [PATCH] config test --- statistiques/parseStats_ng.py | 1 + 1 file changed, 1 insertion(+) diff --git a/statistiques/parseStats_ng.py b/statistiques/parseStats_ng.py index 857fe68..bac9461 100755 --- a/statistiques/parseStats_ng.py +++ b/statistiques/parseStats_ng.py @@ -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