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(): 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)