Correction typo

This commit is contained in:
David 2022-12-26 00:33:26 +01:00
parent af829e8711
commit b986850003

View File

@ -191,7 +191,6 @@ def runMain():
stats = Stats(year,mois)
res = stats.parse()
print(res)
for (k,v) in res.items():
i = STATS_TOT_FIELDS.index(k)
fr = STATS_FR_TOT_FIELDS[i]