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,