Disabled debug mode as it causes startup issues when app is called the normal cura way

master
Gina Häußge 2012-12-29 11:42:31 +01:00
parent f40460d797
commit 0919ac9d81
1 changed files with 0 additions and 1 deletions

View File

@ -237,5 +237,4 @@ def allowed_file(filename):
return "." in filename and filename.rsplit(".", 1)[1] in ALLOWED_EXTENSIONS
def run():
app.debug = True
app.run(host="0.0.0.0", port=5000)