flake 8 fix
This commit is contained in:
parent
f590f514f3
commit
2ac6a225be
@ -35,7 +35,7 @@ class ApiServerSuperWrap(RPC):
|
|||||||
thread.start()
|
thread.start()
|
||||||
|
|
||||||
def register_rest_other(self):
|
def register_rest_other(self):
|
||||||
#Added as a placeholder for app URLs that are not implemented in rpc.rpc
|
# Added as a placeholder for app URLs that are not implemented in rpc.rpc
|
||||||
app.register_error_handler(404, self.page_not_found)
|
app.register_error_handler(404, self.page_not_found)
|
||||||
app.add_url_rule('/', 'hello', view_func=self.hello, methods=['GET'])
|
app.add_url_rule('/', 'hello', view_func=self.hello, methods=['GET'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user