|
@@ -29,7 +29,7 @@ def create_application():
|
|
|
if __name__ == "__main__":
|
|
|
application = create_application()
|
|
|
http_server = tornado.httpserver.HTTPServer(application)
|
|
|
- http_server.bind(31012, None)
|
|
|
+ http_server.bind(31018, None)
|
|
|
if platform.system() == 'Windows':
|
|
|
http_server.start()
|
|
|
else:
|