This commit is contained in:
IgorL123
2023-08-22 23:21:17 +03:00
committed by Ivan Fedorov
parent 8e6a455076
commit 67e36a4a8d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,4 +54,4 @@ def start(): # Команда принимает на вход
if __name__ == '__main__':
app.run()
app.run(host="0.0.0.0", debug=True)
+1 -1
View File
@@ -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