监听外网

This commit is contained in:
bianzhifu 2016-08-29 18:54:04 +08:00
parent 5d94686ac3
commit 049ca8487a

View file

@ -74,5 +74,4 @@ def update_ss_pwd():
else:
return u"修改失败"
if __name__ == "__main__":
app.debug=True
app.run()
app.run(host='0.0.0.0')