mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-15 15:22:17 +00:00
Fixed typo, fffuuuuuuu
This commit is contained in:
@@ -6,7 +6,7 @@ class MumbleService(BaseService):
|
|||||||
settings = { 'require_user': True,
|
settings = { 'require_user': True,
|
||||||
'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):
|
||||||
|
|||||||
Reference in New Issue
Block a user