mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 14:00:17 +02:00
changed group key type
Why did I even think long was a good idea?
This commit is contained in:
parent
2bfbd614e6
commit
cddd2b91e4
@ -224,7 +224,7 @@ class Teamspeak3Manager:
|
|||||||
if userid is not None:
|
if userid is not None:
|
||||||
user_ts_groups = Teamspeak3Manager._user_group_list(userid)
|
user_ts_groups = Teamspeak3Manager._user_group_list(userid)
|
||||||
for key in user_ts_groups:
|
for key in user_ts_groups:
|
||||||
user_ts_groups[key] = long(user_ts_groups[key])
|
user_ts_groups[key] = int(user_ts_groups[key])
|
||||||
print("user_ts_groups = {0}").format(user_ts_groups)
|
print("user_ts_groups = {0}").format(user_ts_groups)
|
||||||
for ts_group_key in ts_groups:
|
for ts_group_key in ts_groups:
|
||||||
print("(For addgroups) GID {0}").format(user_ts_group_key)
|
print("(For addgroups) GID {0}").format(user_ts_group_key)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user