config test

This commit is contained in:
David 2022-12-19 15:01:18 +01:00
parent c9d2c365d5
commit 0995be0701
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class Stats:
return octets,unit
def parse(self):
res = self.db.dbQuery(f"""SELECT * FROM {dbName} WHERE timestamp > {self.startDate} AND timestamp < {self.endDate}""")
res = self.db.dbQuery(f"""SELECT * FROM {dbName} WHERE timestamp > {self.startDate} AND timestamp < {self.endDate} ORDER by id""")
consolided = {}
for line in res:
field = line[2]