Commit 5aab630a authored by Ahmad Anvari's avatar Ahmad Anvari

Remove port and host bindings

parent 09205b9f
...@@ -2,4 +2,4 @@ from app import app ...@@ -2,4 +2,4 @@ from app import app
if __name__ == '__main__': if __name__ == '__main__':
app.run(host="0.0.0.0", port=80) app.run()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment