浏览代码

remove debug

David 9 年之前
父节点
当前提交
d145ea55e3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web.py

+ 1 - 1
web.py

@@ -110,4 +110,4 @@ def create_task():
     return jsonify({'task': task}), 201
 
 if __name__ == '__main__':
-    app.run(host="0.0.0.0", debug=True)
+    app.run(host="0.0.0.0", debug=False)