single process
This commit is contained in:
parent
d3eb3614c8
commit
b815189440
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@ def main():
|
|||
)
|
||||
|
||||
http_server = tornado.httpserver.HTTPServer(application)
|
||||
http_server.bind(options.port)
|
||||
http_server.start(0)
|
||||
http_server.listen(options.port)
|
||||
tornado.ioloop.IOLoop.instance().start()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue