From 38bb03ca0d2e60ee80db5b306fa6883ecc350e5a Mon Sep 17 00:00:00 2001 From: David Date: Tue, 20 Dec 2022 09:38:12 +0100 Subject: [PATCH] Correction typo --- statistiques/parseStats_ng.py | 1 + 1 file changed, 1 insertion(+) diff --git a/statistiques/parseStats_ng.py b/statistiques/parseStats_ng.py index 22042b3..e625955 100755 --- a/statistiques/parseStats_ng.py +++ b/statistiques/parseStats_ng.py @@ -111,6 +111,7 @@ class Stats: if moy_conf_by_day > 1: tot = consolided['conferences'] + moy_conf_by_day = int(moy_conf_by_day / 12 + 0.5) print(tot,moy_conf_by_day) moy = int(tot/moy_conf_by_day + 0.5) consolided.pop('conferences')