mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-11 13:30:17 +02:00
Indentation
I broke it. Now it's fixed.
This commit is contained in:
parent
cddd2b91e4
commit
94ef8ce694
@ -227,7 +227,7 @@ class Teamspeak3Manager:
|
|||||||
user_ts_groups[key] = int(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)
|
||||||
if ts_groups[ts_group_key] not in user_ts_groups.values():
|
if ts_groups[ts_group_key] not in user_ts_groups.values():
|
||||||
print("Adding {0}").format(ts_group_key)
|
print("Adding {0}").format(ts_group_key)
|
||||||
addgroups[ts_group_key] = ts_groups[ts_group_key]
|
addgroups[ts_group_key] = ts_groups[ts_group_key]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user