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 31a4170 commit 695872aCopy full SHA for 695872a
1 file changed
manage.py
@@ -15,7 +15,7 @@ def run(workers="1", host="localhost", port=8080, reload=False):
15
# Validate the configuration
16
Config.validate()
17
18
- if reload and False:
+ if reload:
19
# Get the app instance
20
from app import create_app
21
app = create_app()
0 commit comments