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