diff --git a/taptap/taptap_report.py b/taptap/taptap_report.py index 5d7737b..32a3860 100644 --- a/taptap/taptap_report.py +++ b/taptap/taptap_report.py @@ -40,6 +40,8 @@ class TapTapReport: all.setdefault(key, {})['current_order'] = gameid_order[key].get(self.day, 301) for key in gameid_info.keys(): + pdb.set_trace() + print(all[key]) all[key]['title'] = gameid_info[key]['title'] all[key]['cate'] = gameid_info[key]['cate'] all[key]['topic'] = gameid_info[key]['topic']