Skip to content

Commit c3c88cd

Browse files
Jeffjagerman
authored andcommitted
clarify docstrin
1 parent 11bec5b commit c3c88cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sogs/routes/rooms.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,7 @@ def get_permission_info(room):
299299
# Return Value
300300
301301
dict of session_id to current permissions,
302-
if compact is set to 1 this will be a string,
303-
otherwise it will be a dict containing the name of the permission mapped to a boolean value.
302+
a dict containing the name of the permission mapped to a boolean value.
304303
"""
305304
perms = room.permissions
306305
return jsonify({key: addExtraPermInfo(perms[key]) for key in perms.keys()})

0 commit comments

Comments
 (0)