tap order 数据写入mysql

This commit is contained in:
pengtao 2019-10-16 15:30:57 +08:00
parent 67800fd6d4
commit dc7fcdea19

View File

@ -75,7 +75,6 @@ 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