Commit d01beb1c by xuxu

修改启动端口号

parent 46fdd551
...@@ -58,5 +58,5 @@ def tm_treasure_name_info(): ...@@ -58,5 +58,5 @@ def tm_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=8090) # server.run(debug=True, host='127.0.0.1', port=8090)
\ 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