diff --git a/services/managers/teamspeak3_manager.py b/services/managers/teamspeak3_manager.py index ed15fdad..28a32591 100755 --- a/services/managers/teamspeak3_manager.py +++ b/services/managers/teamspeak3_manager.py @@ -117,6 +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 ] + print("--Doing group sync--") print("Remote groups {0}").format(remote_groups.values()) for group in local_groups: