From e289ee258f66ac1e1c848df9d82c05acd8c2dc37 Mon Sep 17 00:00:00 2001 From: pengtao Date: Thu, 24 Oct 2019 09:56:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=A0=E9=80=92=E6=97=A5=E6=9C=9F=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daily_report/dreport.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daily_report/dreport.py b/daily_report/dreport.py index 4d77f55..c7752e3 100644 --- a/daily_report/dreport.py +++ b/daily_report/dreport.py @@ -27,7 +27,7 @@ app.config['MAIL_PASSWORD'] = 'bX8cfBAyj9MBqH22' mail = Mail(app) -recipients = ["pengtao@kingsome.cn","yulixing@kingsome.cn"] +recipients = ["pengtao@kingsome.cn"] # FROMAPPID_CN = {"wxdb103a128e118619": "拯救熊猫泡泡", "wxc137c93eedeab6f2": "爆冰达人"} @@ -188,7 +188,7 @@ class Report: log.info(f"sql={share_sql},values={share}") timeonlie = args['tga'].get_data(timeonlie_sql)[0][0] or 0 log.info(f"sql={timeonlie_sql},values={timeonlie}") - ad_101 = args['tga'].get_data(ad_101)[0][0] + ad_101 = args['tga'].get_data(ad_101_sql)[0][0] log.info(f"sql={ad_101_sql},values={ad_101}") ad_1 = args['tga'].get_data(ad_1_sql)[0][0] log.info(f"sql={ad_1_sql},values={ad_1}")