Убрал название турнира из шапки жеребьёвки, оставил только номер тура
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 6s
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 6s
This commit is contained in:
parent
c7c0067881
commit
7f627beeec
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue