From dc05a29ea838dbb1e31e0a75b4f0e41b503ae354 Mon Sep 17 00:00:00 2001 From: pengtao Date: Wed, 16 Oct 2019 15:43:27 +0800 Subject: [PATCH] =?UTF-8?q?tap=20order=20=20=E6=95=B0=E6=8D=AE=E5=86=99?= =?UTF-8?q?=E5=85=A5mysql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taptap/taptap_report.py | 2 ++ 1 file changed, 2 insertions(+) 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']