Fix ssl error
This commit is contained in:
@@ -15,6 +15,7 @@ class MessageController:
|
|||||||
def __init__(self, app, auth_data : AuthData, host : str):
|
def __init__(self, app, auth_data : AuthData, host : str):
|
||||||
self._register_routes(app)
|
self._register_routes(app)
|
||||||
self.config = Configuration(host=host)
|
self.config = Configuration(host=host)
|
||||||
|
self.config.verify_ssl=False
|
||||||
self._auth_data = auth_data
|
self._auth_data = auth_data
|
||||||
|
|
||||||
def _register_routes(self, app):
|
def _register_routes(self, app):
|
||||||
|
|||||||
Reference in New Issue
Block a user