We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f876c4 commit c7e2e67Copy full SHA for c7e2e67
run.py
@@ -4,3 +4,8 @@
4
"""
5
6
from app import app, db
7
+
8
+# Disable debug in production
9
+if __name__ == "__main__":
10
+ app.run(debug=True)
11
0 commit comments