config test

This commit is contained in:
David 2023-01-03 12:56:20 +01:00
parent a8861a2777
commit faaf953bf6

View File

@ -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]