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)