Update notify_on_added.py
This commit is contained in:
@ -43,8 +43,8 @@ users = [{'email': 'user1@gmail.com',
|
|||||||
}]
|
}]
|
||||||
|
|
||||||
# Kill script now if show_name is not in lists
|
# Kill script now if show_name is not in lists
|
||||||
to = list('Match' for u in users if p.show_name in u['shows'])
|
too = list('Match' for u in users if p.show_name in u['shows'])
|
||||||
if not to:
|
if not too:
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
# Join email addresses
|
# Join email addresses
|
||||||
|
Reference in New Issue
Block a user