From 054e44191a356c3d196af2f8f676f7cd79de90f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Fri, 24 Apr 2026 17:05:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=20=D0=BC=D0=B0=D1=82=D1=87=20id=20?= =?UTF-8?q?=D0=B0=20external=20id=20=D0=B4=D0=BB=D1=8F=20=D0=B0=D0=B2?= =?UTF-8?q?=D1=82=D0=BE=D0=BC=D0=B0=D1=82=D0=B8=D1=87=D0=B5=D1=81=D0=BA?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D1=80=D0=B0=D1=81=D0=BF=D0=B8=D1=81=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduler.py b/scheduler.py index c944866..370a429 100644 --- a/scheduler.py +++ b/scheduler.py @@ -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