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