Fixed invalid syntax

This commit is contained in:
2010-10-15 13:27:21 +01:00
parent 884dc6ffb5
commit 97a82e07e7

View File

@@ -97,7 +97,7 @@ class TS3Service(BaseService):
if ret and type(ret) == type(list):
return ret[0]['cldbid']
def _create_group(groupname)
def _create_group(groupname):
""" Creates a Server Group and returns the SGID """
sgid = self._group_by_name(groupname)
if not sgid: