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