From 87f094960e117d4ec7a7b70656a7f21134da8403 Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 22 Oct 2019 17:55:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=87=BA=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daily_report/dreport.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daily_report/dreport.py b/daily_report/dreport.py index 3ac1171..6b1c34a 100644 --- a/daily_report/dreport.py +++ b/daily_report/dreport.py @@ -96,7 +96,7 @@ class Report: data[fromappid] = (activa, new, share, k) - def get_all_data(self, args): + def get_all_data(self, **args): activa_sql = f"""SELECT count(distinct "#account_id") FROM @@ -204,7 +204,7 @@ class Report: return None - def get_input_fromappid(self, args): + def get_input_fromappid(self, **args): activa_sql = f"""SELECT count(distinct "#account_id") FROM @@ -264,7 +264,7 @@ class Report: return None - def get_output_fromappid(self, args): + def get_output_fromappid(self, **args): jump_sql = f"""SELECT count("#account_id"),count(distinct "#account_id") FROM