Skip to content

Commit 27e9773

Browse files
authored
Flask app was running in debug mode.
This code is not used. But fixing as part of best practices.
1 parent 53b8120 commit 27e9773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ def apply_caching(response):
2424

2525

2626
if __name__ == '__main__':
27-
app.run(port=os.getenv('PORT'), debug=True)
27+
app.run(port=os.getenv('PORT'))

0 commit comments

Comments
 (0)