We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8fe3b commit 2bcf8f4Copy full SHA for 2bcf8f4
wsgi.py
@@ -1,2 +1,4 @@
1
-from app import app as application
2
-app = application
+from app import app
+
3
+if __name__ == "__main__":
4
+ app.run(host='0.0.0.0')
0 commit comments