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