Browse Source

让程序可以被公网访问

master
jc 1 month ago
parent
commit
79bcfeb53f
  1. 2
      app.py

2
app.py

@ -91,4 +91,4 @@ def linux_tips():
if __name__ == "__main__":
app.run(debug=True, port=80)
app.run(debug=True,host="0.0.0.0" ,port=80)
Loading…
Cancel
Save