Skip to content

Commit 2bcf8f4

Browse files
authored
Revert wsgi.py
1 parent 6e8fe3b commit 2bcf8f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

wsgi.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
from app import app as application
2-
app = application
1+
from app import app
2+
3+
if __name__ == "__main__":
4+
app.run(host='0.0.0.0')

0 commit comments

Comments
 (0)