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