From 2594588c2c32a1b79ea69bac67f5bf50bbb63666 Mon Sep 17 00:00:00 2001 From: pengtao Date: Thu, 14 Nov 2019 10:49:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=BB=85=E4=B8=80=E5=A4=A9?= =?UTF-8?q?=E6=9C=89=E8=AE=B0=E5=BD=95=E7=9A=84=EF=BC=8C=E6=9A=82=E4=B8=8D?= =?UTF-8?q?=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taptap/taptap_data_collect.py | 1 + 1 file changed, 1 insertion(+) diff --git a/taptap/taptap_data_collect.py b/taptap/taptap_data_collect.py index b4c4b05..9e5d21b 100644 --- a/taptap/taptap_data_collect.py +++ b/taptap/taptap_data_collect.py @@ -67,6 +67,7 @@ class TapTapReport: self.gameid_info_2 = self.get_gameid_info(self.bbday) for key in self.gameid_info_1.keys(): + print(key) all.setdefault(key, {})['gameid'] = key.split("#")[0] all[key]['catename'] = key.split('#')[1] all[key]['date'] = self.bday