Skip to content

Commit

Permalink
Update ControllerServer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ksripathi committed Oct 10, 2014
1 parent 05c5af7 commit fd7450b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ControllerServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def post(self):
# " " this folder for javascript, css .. files if any
static_path=os.path.join(os.path.dirname(__file__), "static"),
debug = True)
# here we need to pass tornado's application to the httpserver instance
# here we need to pass tornado's Application class instance to the httpserver instance
http_server = tornado.httpserver.HTTPServer(app)
current_file_path = os.path.dirname(os.path.abspath(__file__))
# it will read port form .json file
Expand Down

0 comments on commit fd7450b

Please sign in to comment.