не матч id а external id для автоматического расписания
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user