tap order 数据写入mysql

This commit is contained in:
pengtao 2019-10-16 17:03:48 +08:00
parent 8cefb4a3e7
commit 6f5629af88

View File

@ -68,7 +68,7 @@ class TapTapReport:
except Exception:
print(f"0={key}")
for line in all.values:
for line in all.values():
try:
mydb.insert("taptap_data", line)
except Exception: