add tags field
This commit is contained in:
parent
b453abc94e
commit
ae01af1bd0
@ -96,7 +96,10 @@ class TapTapReport:
|
||||
for line in all.values():
|
||||
try:
|
||||
#print(line)
|
||||
mydb.insert("taptap_data_new", line)
|
||||
if line.get('current_order') > 0:
|
||||
mydb.insert("taptap_data_new", line)
|
||||
else:
|
||||
log.error(f"some value is zore ,{line}!")
|
||||
except Exception:
|
||||
log.error(f"install 2 db failed ,values={line}", exc_info=True)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user