From 7ebe5f822b4106ed0da36fb9a886159bf872c615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Thu, 20 Nov 2025 16:33:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BB=20?= =?UTF-8?q?=D0=BF=D0=BE=D1=80=D1=82=20=D0=BA=20=D0=BB=D0=BE=D0=BA=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D0=BE=D0=BC=D1=83=20ip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_data.py b/get_data.py index f82c3c3..1a6c9f5 100644 --- a/get_data.py +++ b/get_data.py @@ -39,7 +39,7 @@ def get_fqdn(): hostname = platform.node().lower() fqdn = f"https://{hostname}.tvstart.ru" else: - fqdn = "http://127.0.0.1" + fqdn = "http://127.0.0.1:8000" return fqdn