Skip to content

Commit 60d0d9b

Browse files
committed
added start info
1 parent 07fe414 commit 60d0d9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,5 @@ def post(self, *args):
112112
if __name__ == "__main__":
113113
tornado.options.parse_command_line()
114114
application.listen(options.port)
115+
print("Starting HAI Server on localhost on port number 8888 ...")
115116
tornado.ioloop.IOLoop.instance().start()

0 commit comments

Comments
 (0)