fix: match player by SNo, not name (Latin/Cyrillic mismatch)

This commit is contained in:
vrubel 2026-06-20 08:55:09 +00:00
parent ba293dcb70
commit 9a583c8fa5
2 changed files with 13 additions and 11 deletions

View file

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