Skip to content

Commit 3c7a655

Browse files
authored
Merge pull request #18 from JoelEager/kill-app-py
WSGI 4 ever :P
2 parents 04146aa + 3916747 commit 3c7a655

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)