From ada94f2f6cb46968b2ccf35ef7b75011ebed5bcf 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: Sat, 1 Nov 2025 15:39:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=86=D0=B2=D0=B5=D1=82=20=D0=B2=20=D0=BE=D1=80=D0=B0?= =?UTF-8?q?=D0=BD=D0=B6=D0=B5=D0=B2=D1=8B=D0=B9,=20=D0=BA=D0=BE=D0=B3?= =?UTF-8?q?=D0=B4=D0=B0=20=D0=B2=20=D1=81=D1=82=D0=B0=D1=82=D1=83=D1=81?= =?UTF-8?q?=D0=B0=D1=85=20=D1=87=D1=82=D0=BE=20=D1=82=D0=BE=20=D0=BD=D0=B5?= =?UTF-8?q?=20=D1=82=D0=BE?= 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 da66eaf..7e19f3c 100644 --- a/get_data.py +++ b/get_data.py @@ -1000,7 +1000,7 @@ async def status(request: Request): elif status_value in ["no_game_today", "unknown", "none"]: return "#FFFFFF" # белый else: - return "#808080" # серый (неизвестный статус) + return "#FF7700" # серый (неизвестный статус) # ✳️ сортируем latest_data в нужном порядке sort_order = ["game", "live-status", "box-score", "play-by-play"]