It looks like the escaping is fine, but there's two "Server Admin"
groups (id3 and id6) which might be messing with the assignment.
This commit is contained in:
Brett Costabile 2015-11-01 18:19:56 -05:00
parent 621de341a8
commit 478d855d62

View File

@ -100,6 +100,7 @@ class Teamspeak3Manager:
print("groupname = {0}").format(groupname)
server = Teamspeak3Manager.__get_created_server()
server_groups = Teamspeak3Manager._group_list()
print("server_groups = {0}").format(server_groups)
user_groups = Teamspeak3Manager._user_group_list(uid)
print("user_groups = {0}").format(user_groups)