Skip to content

Commit

Permalink
Merge pull request #8 from JamesVong/patch-1
Browse files Browse the repository at this point in the history
Fix member_handler
  • Loading branch information
jmkd3v authored Jan 30, 2021
2 parents bfc123f + ff5be49 commit 181d68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ro_py/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def join_request_handler(cso, data, args):
def member_handler(cso, data, args):
members = []
for member in data:
members.append()
members.append(member)
return members


Expand Down

0 comments on commit 181d68e

Please sign in to comment.