From 7f627beeec848fe811050d38d4c9552bbb363a55 Mon Sep 17 00:00:00 2001 From: vrubel Date: Mon, 15 Jun 2026 18:16:54 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BD=D0=B0?= =?UTF-8?q?=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=82=D1=83=D1=80=D0=BD?= =?UTF-8?q?=D0=B8=D1=80=D0=B0=20=D0=B8=D0=B7=20=D1=88=D0=B0=D0=BF=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=B6=D0=B5=D1=80=D0=B5=D0=B1=D1=8C=D1=91=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8,=20=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=B8=D0=BB=20=D1=82?= =?UTF-8?q?=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE=20=D0=BD=D0=BE=D0=BC=D0=B5=D1=80?= =?UTF-8?q?=20=D1=82=D1=83=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bots/client_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/client_bot.py b/bots/client_bot.py index 191ce20..f9f1c31 100644 --- a/bots/client_bot.py +++ b/bots/client_bot.py @@ -89,7 +89,7 @@ def format_pairings(pairings_data: dict, tournament_name: str) -> str: '\n_Упрощённый Swiss \(bbpPairings недоступен\)_' if source == 'swiss_algorithm_simplified' else '' return { - 'title': f'*{_md_escape(tournament_name)}*\n📋 *Тур {rnd}* — пары', + 'title': f'📋 *Тур {rnd}* — пары', 'rows': _build_table_rows(pairings, w_board, w_name, w_pts, border), 'table_header': table_header, 'footer': footer,