From d845eeae1844faf1612c844d9a9046ac01609e34 Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 27 Apr 2023 13:25:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=D0=BA=D0=BE=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D1=8B=D0=B5=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.py b/server/main.py index 437f6c4..af6f454 100644 --- a/server/main.py +++ b/server/main.py @@ -60,4 +60,4 @@ async def beeds(request): }) if __name__ == "__main__": - app.run(auto_reload=True) + app.run(auto_reload=True, port=4003, host="0.0.0.0")