Skip to content

Commit 3dac310

Browse files
Update app.py
making Debug=False to boost the perfomence.
1 parent 6cbbf00 commit 3dac310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,5 +442,5 @@ def summary():
442442

443443
if __name__ == '__main__':
444444
port = int(os.environ.get('PORT', 5000))
445-
app.run(host='0.0.0.0', port=port, debug=True)
445+
app.run(host='0.0.0.0', port=port, debug=False)
446446

0 commit comments

Comments
 (0)