We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7cc5d commit 5fd19acCopy full SHA for 5fd19ac
run.py
@@ -1,4 +1,6 @@
1
-from app import app
+from app import create_app
2
+
3
+app = create_app()
4
5
if __name__ == "__main__":
- app.run()
6
+ app.run()
0 commit comments