Removed use of tornado
This commit is contained in:
parent
a1cb349fda
commit
dda11c25b0
4
cps.py
4
cps.py
|
@ -17,9 +17,7 @@ if __name__ == '__main__':
|
||||||
if web.ub.DEVELOPMENT:
|
if web.ub.DEVELOPMENT:
|
||||||
web.app.run(host="0.0.0.0", port=web.ub.config.config_port, debug=True)
|
web.app.run(host="0.0.0.0", port=web.ub.config.config_port, debug=True)
|
||||||
else:
|
else:
|
||||||
http_server = HTTPServer(WSGIContainer(web.app))
|
web.app.run(host="0.0.0.0", port=web.ub.config.config_port)
|
||||||
http_server.listen(web.ub.config.config_port)
|
|
||||||
IOLoop.instance().start()
|
|
||||||
|
|
||||||
if web.helper.global_task == 0:
|
if web.helper.global_task == 0:
|
||||||
web.app.logger.info("Performing restart of Calibre-web")
|
web.app.logger.info("Performing restart of Calibre-web")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user