mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 06:20:16 +02:00
Lists and maps
it's important to remember which one you're working with
This commit is contained in:
parent
876ac6f3a2
commit
e9a2cb54b1
@ -117,7 +117,8 @@ class Teamspeak3Manager:
|
||||
def _sync_ts_group_db():
|
||||
remote_groups = Teamspeak3Manager._group_list()
|
||||
local_groups = TSgroup.objects.all()
|
||||
remote_groups = [ int(id) for id in remote_groups ]
|
||||
for key in remote_groups:
|
||||
remote_groups[key] = int(remote_groups[key])
|
||||
|
||||
print("--Doing group sync--")
|
||||
print("Remote groups {0}").format(remote_groups.values())
|
||||
|
Loading…
x
Reference in New Issue
Block a user