From f5d131b884015d342d5074f8fe1ac6666d9f6109 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 4 Jan 2023 13:50:22 +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 e63d38c..d853a73 100755 --- a/statistiques/parseStats.py +++ b/statistiques/parseStats.py @@ -84,7 +84,7 @@ class Stats: def parse(self): tot_part_start = tot_part_end = 0 res = self.db.dbQuery(f"""SELECT value_field FROM {dbName} WHERE timestamp = {self.startDate} AND key_field = 'total_participants'""") - print(res) + print(res(-1)) res = self.db.dbQuery(f"""SELECT value_field FROM {dbName} WHERE timestamp < {self.endDate} AND key_field = 'total_participants'""") print(res)