Skip to content

Commit c7e2e67

Browse files
authored
Fixed entry file issue on windows
1 parent 2f876c4 commit c7e2e67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

run.py

+5
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44
"""
55

66
from app import app, db
7+
8+
# Disable debug in production
9+
if __name__ == "__main__":
10+
app.run(debug=True)
11+

0 commit comments

Comments
 (0)