fix: match player by SNo, not name (Latin/Cyrillic mismatch)
This commit is contained in:
parent
ba293dcb70
commit
9a583c8fa5
2 changed files with 13 additions and 11 deletions
|
|
@ -729,7 +729,7 @@ async def check_all_subscriptions(context):
|
|||
try:
|
||||
result = calculate_next_round(tournament)
|
||||
fmt = format_pairings(result, tournament.get('name', ''), sub['lang'],
|
||||
sub['player_name'])
|
||||
sub['player_name'], sub['player_sno'])
|
||||
chunks = _render_chunks(fmt)
|
||||
for chunk in chunks:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue