From 049ca8487a679c271abc056dc4e0a38a8eb32427 Mon Sep 17 00:00:00 2001 From: bianzhifu Date: Mon, 29 Aug 2016 18:54:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E5=90=AC=E5=A4=96=E7=BD=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shadowsocks/api.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shadowsocks/api.py b/shadowsocks/api.py index 5888a9a..3d84973 100644 --- a/shadowsocks/api.py +++ b/shadowsocks/api.py @@ -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')