We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04146aa + 3916747 commit 3c7a655Copy full SHA for 3c7a655
app.py
wsgi.py
@@ -1 +1,4 @@
1
-from app import app
+from packet import app
2
+
3
+if __name__ == "__main__":
4
+ app.run(host=app.config["IP"], port=int(app.config["PORT"]))
0 commit comments