owner:shoumeng

This commit is contained in:
wuaho 2021-10-09 11:19:23 +08:00
parent a41eb5768c
commit 0c05a58509

2
app.py
View File

@ -44,7 +44,7 @@ def run():
if event_name not in settings.legu_to_sm_event: if event_name not in settings.legu_to_sm_event:
continue continue
if data.get('owner_name') != 'shoumeng': if 'shoumeng' not in data.get('owner_name'):
continue continue
send_data = copy.deepcopy(settings.template_data) send_data = copy.deepcopy(settings.template_data)