Add debug statement
This commit is contained in:
@@ -16,7 +16,7 @@ class MessageController:
|
||||
def __init__(self, app, auth_data : AuthData, host : str):
|
||||
self._register_routes(app)
|
||||
self.config = Configuration(host=host)
|
||||
self.auth_data = auth_data
|
||||
self._auth_data = auth_data
|
||||
|
||||
def _register_routes(self, app):
|
||||
app.add_url_rule("/message/send", view_func=self.send, methods=['POST'])
|
||||
|
||||
Reference in New Issue
Block a user