mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 15:00:16 +02:00
Logging
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:
parent
621de341a8
commit
478d855d62
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user