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")