diff --git a/app.py b/app.py index 9fab54d..e912eec 100644 --- a/app.py +++ b/app.py @@ -54,4 +54,4 @@ def start(): # Команда принимает на вход if __name__ == '__main__': - app.run() + app.run(host="0.0.0.0", debug=True) diff --git a/requirements.txt b/requirements.txt index b8dc338..fae349d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ Flask==2.3.2 itsdangerous==2.1.2 Jinja2==3.1.2 MarkupSafe==2.1.3 -psycopg2==2.9.7 +psycopg2-binary==2.9.7 Werkzeug==2.3.7