Correction typo
This commit is contained in:
parent
af829e8711
commit
b986850003
@ -191,7 +191,6 @@ def runMain():
|
|||||||
|
|
||||||
stats = Stats(year,mois)
|
stats = Stats(year,mois)
|
||||||
res = stats.parse()
|
res = stats.parse()
|
||||||
print(res)
|
|
||||||
for (k,v) in res.items():
|
for (k,v) in res.items():
|
||||||
i = STATS_TOT_FIELDS.index(k)
|
i = STATS_TOT_FIELDS.index(k)
|
||||||
fr = STATS_FR_TOT_FIELDS[i]
|
fr = STATS_FR_TOT_FIELDS[i]
|
||||||
|
Loading…
Reference in New Issue
Block a user