mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52: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):
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user