add tags field
This commit is contained in:
parent
0920b6b313
commit
82cfaa3544
@ -83,10 +83,7 @@ class TapTapReport:
|
|||||||
for line in all.values():
|
for line in all.values():
|
||||||
try:
|
try:
|
||||||
print(line)
|
print(line)
|
||||||
if line.get('current_order', 0) > 0:
|
mydb.insert("taptap_collect", line)
|
||||||
pass # mydb.insert("taptap_data_new", line)
|
|
||||||
else:
|
|
||||||
pass # 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