Skip to content

Commit 176f5e6

Browse files
author
eshaan7
committed
updated Debug conf
1 parent 16a8a88 commit 176f5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
app = create_app()
44

55
if __name__ == '__main__':
6-
app.run()
6+
app.run(debug=app.config.get('DEBUG'))

0 commit comments

Comments
 (0)