From 764c50e42d3ef40493eb902a9f6d30c0079dd2a7 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: Wed, 29 Oct 2025 13:26:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=B5=D1=80=D0=BD=D1=83=D0=BB=20=D0=BE?= =?UTF-8?q?=D0=B1=D1=80=D0=B0=D1=82=D0=BD=D0=BE=20host=20=D0=BD=D0=B0=20?= =?UTF-8?q?=20ref.russiabasket.org?= 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 bc0bdfc..61c611b 100644 --- a/get_data.py +++ b/get_data.py @@ -24,7 +24,7 @@ from concurrent.futures import ThreadPoolExecutor, as_completed # 1. Константы / глобальные объекты # ============================================================================ -HOST = "https://deti.russiabasket.org" +HOST = "https://ref.russiabasket.org" # Таймзона, в которой мы считаем время матчей / расписания / сна до завтра APP_TZ = ZoneInfo("Europe/Moscow")