From faaf953bf6b8d589e5cea5e1aeb80d97c34d6be3 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 3 Jan 2023 12:56:20 +0100 Subject: [PATCH] config test --- statistiques/parseStats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statistiques/parseStats.py b/statistiques/parseStats.py index b82d5c6..244d040 100755 --- a/statistiques/parseStats.py +++ b/statistiques/parseStats.py @@ -194,8 +194,8 @@ def runMain(): year = currentDate.year stats = Stats(year,mois) - print(dir(res)) res = stats.parse() + print(dir(res)) for (k,v) in res.items(): i = STATS_TOT_FIELDS.index(k) fr = STATS_FR_TOT_FIELDS[i]