Commit 3a037bb8 by 宋毅

修改ip地址

parent 12786463
......@@ -108,4 +108,4 @@ def my_handler():
# server.run(host='192.168.1.131', port=35502, debug=True)
server.run(host='0.0.0.0', port=35502, debug=True)
server.run(host='127.0.0.1', port=80, debug=True)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment