removed erroneous break from add user loop
This commit is contained in:
parent
710e21e567
commit
e103743d5e
@ -184,7 +184,7 @@ def SendNotifications():
|
|||||||
if not participant.id in users_dict:
|
if not participant.id in users_dict:
|
||||||
users_dict[participant.id] = []
|
users_dict[participant.id] = []
|
||||||
users_dict[participant.id].append(user)
|
users_dict[participant.id].append(user)
|
||||||
break
|
# break
|
||||||
|
|
||||||
|
|
||||||
for notification in data:
|
for notification in data:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user