mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-22 22:29:34 +00:00
Use actual group name, not circular naming
This commit is contained in:
@@ -103,7 +103,7 @@ class MumbleService(BaseService):
|
||||
for agroup in groups:
|
||||
if not agroup.name.replace(' ', '').lower() in glist:
|
||||
group = self.mur.Group()
|
||||
group.name = group.name.replace(' ', '').lower()
|
||||
group.name = agroup.name.replace(' ', '').lower()
|
||||
group.members = []
|
||||
group.add = []
|
||||
group.remove = []
|
||||
|
||||
Reference in New Issue
Block a user