From f4261fbca545cf985b2b6f6bd89e7ff2a1546269 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 4 Jan 2023 14:17:14 +0100 Subject: [PATCH] config test --- statistiques/parseStats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statistiques/parseStats.py b/statistiques/parseStats.py index 474d12c..ee04511 100755 --- a/statistiques/parseStats.py +++ b/statistiques/parseStats.py @@ -91,7 +91,7 @@ class Stats: max_tot.append(int(mx[0])) tot_part_end = np.max(max_tot) tot_part = int(tot_part_end) - int(tot_part_start) - print(tot_part) + print(tot_part_start,tot_part_end,tot_part) res = self.db.dbQuery(f"""SELECT * FROM {dbName} WHERE timestamp > {self.startDate} AND timestamp < {self.endDate} ORDER by id""") consolided = {}