add tags field

This commit is contained in:
pengtao 2019-11-13 11:13:30 +08:00
parent 0920b6b313
commit 82cfaa3544

View File

@ -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)