From b42cf807ba05ff1c94c32e3f05460c40e944fe6e Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 22 Oct 2019 11:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0daily=20report=E7=94=9F?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daily_report/dreport.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daily_report/dreport.py b/daily_report/dreport.py index 85417a0..fac302c 100644 --- a/daily_report/dreport.py +++ b/daily_report/dreport.py @@ -170,6 +170,7 @@ class Report: ad_101 = self.tga.get_data(ad_101_sql)[0][0] ad_1 = self.tga.get_data(ad_1_sql)[0][0] ad_201 = self.tga.get_data(ad_201_sql)[0][0] + pdb.set_trace() return (activa, new, share, timeonlie, ad_101, ad_1, ad_201) except Exception: log.error(f"get data from tga failed ,{self.gameid}", exc_info=True)