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)