mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-15 07:12:16 +00:00
Small fixes to default service options
This commit is contained in:
@@ -7,7 +7,7 @@ class MumbleService(BaseService):
|
|||||||
'require_password': True,
|
'require_password': True,
|
||||||
'provide_login': False,
|
'provide_login': False,
|
||||||
'mumble_server_id': 1,
|
'mumble_server_id': 1,
|
||||||
'name_format': r'%(alliance}s | %(corporation)s | %(name)s' }
|
'name_format': r'%(alliance)s-%(corporation)s-%(name)s' }
|
||||||
|
|
||||||
def _get_server(self):
|
def _get_server(self):
|
||||||
return Mumble.objects.get(id=self.settings['mumble_server_id'])
|
return Mumble.objects.get(id=self.settings['mumble_server_id'])
|
||||||
|
|||||||
Reference in New Issue
Block a user