should not had returned
This commit is contained in:
parent
ec865993d5
commit
ddbc89f3ee
@ -183,7 +183,8 @@ def send_post_notify_message_to_stoat(list_of_people_to_notify, infomap):
|
|||||||
list_of_people_to_notify = json.loads(list_of_people_to_notify)
|
list_of_people_to_notify = json.loads(list_of_people_to_notify)
|
||||||
except:
|
except:
|
||||||
#in case it fails there should be nobody to notify
|
#in case it fails there should be nobody to notify
|
||||||
return
|
list_of_people_to_notify = []
|
||||||
|
pass
|
||||||
#print('list_of_people_to_notify: ', list_of_people_to_notify)
|
#print('list_of_people_to_notify: ', list_of_people_to_notify)
|
||||||
for people in list_of_people_to_notify:
|
for people in list_of_people_to_notify:
|
||||||
if not people or people == "[]": continue
|
if not people or people == "[]": continue
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user