Rev 3222, Use eval in bench for older pytyhon compatibility, Remove unnecessary print from chart archive
This commit is contained in:
parent
f5846853b3
commit
0c6c7d2725
3 changed files with 2 additions and 3 deletions
|
@ -104,7 +104,6 @@ class ChartDb(Db):
|
|||
num_archived = 0
|
||||
cur = self.getCursor()
|
||||
for row in res:
|
||||
print dict(row)
|
||||
if row["num"] == 1:
|
||||
continue
|
||||
cur.execute("INSERT INTO data ?", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue