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