add tags field

This commit is contained in:
pengtao 2019-11-11 11:21:39 +08:00
parent b453abc94e
commit ae01af1bd0

View File

@ -96,7 +96,10 @@ class TapTapReport:
for line in all.values():
try:
#print(line)
mydb.insert("taptap_data_new", line)
if line.get('current_order') > 0:
mydb.insert("taptap_data_new", line)
else:
log.error(f"some value is zore ,{line}!")
except Exception:
log.error(f"install 2 db failed ,values={line}", exc_info=True)