Browse Source

remove debug

David 9 years atrás
parent
commit
d145ea55e3
1 changed files with 1 additions and 1 deletions
  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)