From 33195907c32884ce291850d143cd767cb614fc42 Mon Sep 17 00:00:00 2001 From: Mike Levin Date: Tue, 28 Jul 2026 14:23:04 -0400 Subject: [PATCH] chore: Append captured data to mother_cat.py --- scripts/mother_cat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/mother_cat.py b/scripts/mother_cat.py index efc7f7e95..36befd2d1 100644 --- a/scripts/mother_cat.py +++ b/scripts/mother_cat.py @@ -201,6 +201,7 @@ async def _ride_async(trail_path, dry_narrate=False): return 1 artifacts = result.get("looking_at_files", {}) + captured.append((stop["name"], result.get("final_url"), artifacts)) print( f" Captured. final_url={result.get('final_url')} " f"artifacts={len(artifacts)}"