tap order 数据写入mysql
This commit is contained in:
parent
8cefb4a3e7
commit
6f5629af88
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user