From 5fba41dbf0a550c00b64fce0dabe5fadc6d8bead Mon Sep 17 00:00:00 2001 From: David Date: Mon, 2 Jan 2023 23:08:23 +0100 Subject: [PATCH] config test --- statistiques/parseStats.py | 1 + 1 file changed, 1 insertion(+) diff --git a/statistiques/parseStats.py b/statistiques/parseStats.py index 6213ef3..770902e 100755 --- a/statistiques/parseStats.py +++ b/statistiques/parseStats.py @@ -82,6 +82,7 @@ class Stats: return octets,unit def parse(self): + print(f"""SELECT * FROM {dbName} WHERE timestamp > {self.startDate} AND timestamp < {self.endDate} ORDER by id""") res = self.db.dbQuery(f"""SELECT * FROM {dbName} WHERE timestamp > {self.startDate} AND timestamp < {self.endDate} ORDER by id""") consolided = {} moy_conf_by_day = 0