Skip to content

Commit a766835

Browse files
authored
Update main.py
1 parent 3a10ca9 commit a766835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docker/app/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
app = Flask(__name__)
1717

1818
# enable debugging mode
19-
app.config["DEBUG"] = True
19+
app.config["DEBUG"] = False
2020

2121
# App variables
2222
app.config['UPLOAD_FOLDER'] = 'static/uploads/'

0 commit comments

Comments
 (0)