owner:shoumeng

This commit is contained in:
wuaho 2021-10-09 11:05:28 +08:00
parent 04255db093
commit a41eb5768c

4
app.py
View File

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