owner:shoumeng
This commit is contained in:
parent
a41eb5768c
commit
0c05a58509
2
app.py
2
app.py
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user