tap order 数据写入mysql

This commit is contained in:
pengtao 2019-10-16 15:25:15 +08:00
parent 91b1d6895c
commit 59ea772db5

View File

@ -75,6 +75,7 @@ class TapTapReport:
if data:
for line in data:
try:
pdb.set_trace()
gameid, catename, title, cate, topic, score, reserve, watch, download, sell, review = line
key = f"{gameid}#{catename}"
all_data.setdefault(key, {})["key"] = key