не матч id а external id для автоматического расписания

This commit is contained in:
2026-04-24 17:05:50 +03:00
parent 936b4c3a66
commit 054e44191a

View File

@@ -393,7 +393,7 @@ def watch_today_matches_once() -> None:
log(f"[matches_loop] today matches found: {len(matches)}")
for match_row in matches:
match_id = match_row["id"]
match_id = match_row["external_id"]
if not should_start_worker(match_row, now_naive):
continue