config test
This commit is contained in:
parent
99a65b867a
commit
094377d67c
@ -192,7 +192,9 @@ def runMain():
|
||||
stats = Stats(year,mois)
|
||||
res = stats.parse()
|
||||
for (k,v) in res.items():
|
||||
print(f"{k}={v}")
|
||||
i = STATS_TOT_FIELDS.index(k)
|
||||
fr = STATS_FR_TOT_FIELDS(i)
|
||||
print(f"{fr}={v}")
|
||||
|
||||
if __name__ == '__main__':
|
||||
runMain()
|
||||
|
Loading…
Reference in New Issue
Block a user