diff --git a/taptap/taptap_report.py b/taptap/taptap_report.py index b17c181..fb12106 100644 --- a/taptap/taptap_report.py +++ b/taptap/taptap_report.py @@ -55,6 +55,8 @@ class TapTapReport: for key in all.keys(): if all[key].get('title', None): try: + print(f"0={key},1={all},2={b_game_info}") + pdb.set_trace() all[key]['title'] = b_game_info[key]['title'] all[key]['cate'] = b_game_info[key]['cate'] all[key]['topic'] = b_game_info[key]['topic']