From 3d046b8ed155dd255227c77b3c9379c049c0689b 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 13:23:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B03?= 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 29bb356..b498998 100644 --- a/get_data.py +++ b/get_data.py @@ -604,7 +604,7 @@ def build_pretty_status_message(): Если game ещё нет — шлём хотя бы статусы источников. """ lines = [] - lines.append(f"/n🏀 {LEAGUE.upper()} • {TEAM}") + lines.append(f"\n🏀 {LEAGUE.upper()} • {TEAM}") lines.append(f"📌 Game ID: {GAME_ID}") lines.append(f"🕒 {GAME_START_DT}")