diff --git a/app.py b/app.py index 77308f3..06466b5 100644 --- a/app.py +++ b/app.py @@ -48,8 +48,8 @@ def run(): if event_name not in settings.legu_to_sm_event: continue - # if 'shoumeng' not in (data.get('owner_name') or ''): - # continue + if 'shoumeng' not in (data.get('owner_name') or ''): + continue idx += 1 data['data_id'] = idx