diff --git a/daily_report/dreport.py b/daily_report/dreport.py index d391ac0..9d2f7e5 100644 --- a/daily_report/dreport.py +++ b/daily_report/dreport.py @@ -178,7 +178,7 @@ class Report: jumpout_sql = f"""SELECT count(distinct "#account_id") FROM - v_event_19 + v_event_{args['suffix']} where "$part_event"='event_1_4' and gameid='{args['gameid']}'