tap order 数据写入mysql
This commit is contained in:
parent
8cefb4a3e7
commit
6f5629af88
@ -68,7 +68,7 @@ class TapTapReport:
|
|||||||
except Exception:
|
except Exception:
|
||||||
print(f"0={key}")
|
print(f"0={key}")
|
||||||
|
|
||||||
for line in all.values:
|
for line in all.values():
|
||||||
try:
|
try:
|
||||||
mydb.insert("taptap_data", line)
|
mydb.insert("taptap_data", line)
|
||||||
except Exception:
|
except Exception:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user