Убрал название турнира из шапки жеребьёвки, оставил только номер тура
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 6s

This commit is contained in:
vrubel 2026-06-15 18:16:54 +00:00
parent c7c0067881
commit 7f627beeec

View file

@ -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,