From e7fa6d347359d7098384f1972ebb5ac45f358e96 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 4 Jan 2023 12:51:03 +0100 Subject: [PATCH] Correction typo --- statistiques/parseStats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statistiques/parseStats.py b/statistiques/parseStats.py index c84213b..107d367 100755 --- a/statistiques/parseStats.py +++ b/statistiques/parseStats.py @@ -110,7 +110,7 @@ class Stats: if consolided[field] < int(line[3]): consolided[field] = int(line[3]) temp_keys = list(consolided.keys()) - for k in keys: + for k in temp_keys: if 'bytes' in k: (v,u) = self.__conv(consolided[k]) consolided[k] = f"{v} {u}"