Fix indentation

This commit is contained in:
Jamie McMillan 2018-06-26 10:25:29 +01:00
parent 149bbd92ca
commit a0bab07e2f
No known key found for this signature in database
GPG Key ID: 5F212E3D7617DC01

View File

@ -126,8 +126,8 @@ class Teamspeak3Manager:
outlist = {} outlist = {}
if group_cache: if group_cache:
for group in group_cache: for group in group_cache:
if group['keys']['type'] != '1': if group['keys']['type'] != '1':
continue continue
logger.debug("Assigning name/id dict: %s = %s" % (group['keys']['name'], group['keys']['sgid'])) logger.debug("Assigning name/id dict: %s = %s" % (group['keys']['name'], group['keys']['sgid']))
outlist[group['keys']['name']] = group['keys']['sgid'] outlist[group['keys']['name']] = group['keys']['sgid']
else: else: