Skip to content

Commit 3916747

Browse files
committed
WSGI 4 ever :P
1 parent 04146aa commit 3916747

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

app.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

wsgi.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
from app import app
1+
from packet import app
2+
3+
if __name__ == "__main__":
4+
app.run(host=app.config["IP"], port=int(app.config["PORT"]))

0 commit comments

Comments
 (0)