config test
This commit is contained in:
parent
05e6552e00
commit
f5d131b884
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user