mirror of
https://github.com/nikdoof/test-auth.git
synced 2026-01-31 08:28:15 +00:00
Fixed invalid syntax
This commit is contained in:
@@ -97,7 +97,7 @@ class TS3Service(BaseService):
|
|||||||
if ret and type(ret) == type(list):
|
if ret and type(ret) == type(list):
|
||||||
return ret[0]['cldbid']
|
return ret[0]['cldbid']
|
||||||
|
|
||||||
def _create_group(groupname)
|
def _create_group(groupname):
|
||||||
""" Creates a Server Group and returns the SGID """
|
""" Creates a Server Group and returns the SGID """
|
||||||
sgid = self._group_by_name(groupname)
|
sgid = self._group_by_name(groupname)
|
||||||
if not sgid:
|
if not sgid:
|
||||||
|
|||||||
Reference in New Issue
Block a user