From cb8e41e49c0f9ec49485ade6139bf85e4b08665e Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 22 Oct 2019 11:47:49 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily_report/dreport.py b/daily_report/dreport.py index fac302c..e0d2151 100644 --- a/daily_report/dreport.py +++ b/daily_report/dreport.py @@ -171,7 +171,7 @@ class Report: 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) + 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) return None