sigh
This commit is contained in:
@@ -12,7 +12,7 @@ class AuthController:
|
|||||||
def __init__(self, app, auth_data, host):
|
def __init__(self, app, auth_data, host):
|
||||||
self._register_routes(app)
|
self._register_routes(app)
|
||||||
self.config = Configuration(host=host)
|
self.config = Configuration(host=host)
|
||||||
self.auth_data = auth_data
|
self._auth_data = auth_data
|
||||||
self.config.verify_ssl = False
|
self.config.verify_ssl = False
|
||||||
|
|
||||||
def _register_routes(self, app):
|
def _register_routes(self, app):
|
||||||
|
|||||||
Reference in New Issue
Block a user