Commit 87723fa7 by xuxu

修改启动端口及ip

parent 1da804a7
...@@ -46,5 +46,5 @@ def treasure_name_info(): ...@@ -46,5 +46,5 @@ def treasure_name_info():
return common_result.to_result(result) return common_result.to_result(result)
if __name__ == '__main__': if __name__ == '__main__':
# server.run(debug=True,host='0.0.0.0',port=80) server.run(debug=True,host='0.0.0.0',port=80)
server.run(debug=True, host='127.0.0.1', port=8083) # server.run(debug=True, host='127.0.0.1', port=8083)
\ No newline at end of file \ No newline at end of file
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