We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b8120 commit 27e9773Copy full SHA for 27e9773
1 file changed
server/server.py
@@ -24,4 +24,4 @@ def apply_caching(response):
24
25
26
if __name__ == '__main__':
27
- app.run(port=os.getenv('PORT'), debug=True)
+ app.run(port=os.getenv('PORT'))
0 commit comments