From 865a056f82e37266f7444396b775424ba0bb8f4d Mon Sep 17 00:00:00 2001 From: David Date: Tue, 20 Dec 2022 09:24:00 +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 c31bc2c..857fe68 100755 --- a/statistiques/parseStats_ng.py +++ b/statistiques/parseStats_ng.py @@ -111,7 +111,7 @@ class Stats: if moy_conf_by_day > 1: tot = consolided['conferences'] - moy = int(tot/moy_conf_by_day) + moy = int(tot/moy_conf_by_day + 0.5) consolided.pop('conferences') consolided['conferences by day'] = moy