Skip to content

Commit

Permalink
修复主地址错误
Browse files Browse the repository at this point in the history
  • Loading branch information
666wcy committed Sep 7, 2021
1 parent 33b4c3b commit b568fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ def proxy(path):
if __name__ == '__main__':


app.run(host='127.0.0.1', port=new_port)
app.run(host='0.0.0.0', port=new_port)

0 comments on commit b568fea

Please sign in to comment.