remove hardcode bind

This commit is contained in:
Torma Kristóf 2020-11-27 04:35:39 +01:00
parent 18e208c6c8
commit 972eea3e44
2 changed files with 2 additions and 2 deletions

View File

@ -7,4 +7,5 @@ sentry-sdk[flask]
py-healthcheck
sqlalchemy
flask-sqlalchemy
flask-cors
flask-cors
requests

View File

@ -70,6 +70,5 @@ def init_db():
if __name__ == "__main__":
app.run(
debug=bool(DEBUG),
host="0.0.0.0",
port=int(PORT),
)