From 72715da2d74d7757956023e14fafe7f2071c8211 Mon Sep 17 00:00:00 2001 From: pengtao Date: Wed, 16 Oct 2019 16:28:40 +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 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']