From fabcda294bdaa1656896bfb231c9a7895d8fe816 Mon Sep 17 00:00:00 2001 From: pengtao Date: Wed, 16 Oct 2019 16:32:45 +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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/taptap/taptap_report.py b/taptap/taptap_report.py index 6c89cd6..8536350 100644 --- a/taptap/taptap_report.py +++ b/taptap/taptap_report.py @@ -55,8 +55,6 @@ class TapTapReport: for key in all.keys(): if not 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'] @@ -67,7 +65,7 @@ class TapTapReport: all[key]['sell'] = b_game_info[key]['sell'] all[key]['review'] = b_game_info[key]['review'] except Exception: - print(f"0={key},1={all},2={b_game_info}") + print(f"0={key}") print(all)