fix typo
This commit is contained in:
parent
a67496b025
commit
e03b0171f0
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ def send_reaction(target_address, target_ts, emoji, to=None, group=None, remove=
|
|||
|
||||
|
||||
def verifyGroupMembers(group_id):
|
||||
for group in api("listGroups", {})
|
||||
for group in api("listGroups", {}):
|
||||
if group["id"] == group_id:
|
||||
for member in group["members"]:
|
||||
if member["number"] != settings.SIGNAL_ACCOUNT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue