diff --git a/daily_report/dreport.py b/daily_report/dreport.py index d5a5a4c..ebe44d5 100644 --- a/daily_report/dreport.py +++ b/daily_report/dreport.py @@ -359,7 +359,7 @@ class Report: def get_ss_output_fromappid(self, args): output_fromappids = list() if args['gameid'] not in self.not_minigames: - sql = f"""select distinct from_appid FROM + sql = f"""select distinct jump_appid FROM v_event_{args['suffix']} where "$part_event"='event_1_4'