tap order 数据写入mysql

This commit is contained in:
pengtao 2019-10-16 16:28:40 +08:00
parent 3355f0b4db
commit 72715da2d7

View File

@ -55,6 +55,8 @@ class TapTapReport:
for key in all.keys(): for key in all.keys():
if all[key].get('title', None): if all[key].get('title', None):
try: try:
print(f"0={key},1={all},2={b_game_info}")
pdb.set_trace()
all[key]['title'] = b_game_info[key]['title'] all[key]['title'] = b_game_info[key]['title']
all[key]['cate'] = b_game_info[key]['cate'] all[key]['cate'] = b_game_info[key]['cate']
all[key]['topic'] = b_game_info[key]['topic'] all[key]['topic'] = b_game_info[key]['topic']