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 16a8a88 commit 176f5e6Copy full SHA for 176f5e6
src/run.py
@@ -3,4 +3,4 @@
3
app = create_app()
4
5
if __name__ == '__main__':
6
- app.run()
+ app.run(debug=app.config.get('DEBUG'))
0 commit comments