config test
This commit is contained in:
parent
c9d2c365d5
commit
0995be0701
@ -82,7 +82,7 @@ class Stats:
|
|||||||
return octets,unit
|
return octets,unit
|
||||||
|
|
||||||
def parse(self):
|
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 = {}
|
consolided = {}
|
||||||
for line in res:
|
for line in res:
|
||||||
field = line[2]
|
field = line[2]
|
||||||
|
Loading…
Reference in New Issue
Block a user