config test

This commit is contained in:
David 2023-01-03 12:55:50 +01:00
parent 7be3cefa58
commit a8861a2777

View File

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