From d4ac57f041023e17a4e0cc3229c43206fa331817 Mon Sep 17 00:00:00 2001 From: Matt Van Horn Date: Tue, 3 Mar 2026 06:25:30 -0800 Subject: [PATCH] fix(tiktok): restore missing websearch import in orchestrator The websearch module import was dropped when the tiktok import was added, causing the script to crash during the rendering phase after all data was successfully collected. Co-Authored-By: Claude Opus 4.6 --- scripts/last30days.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/last30days.py b/scripts/last30days.py index be1ed5f..367566d 100644 --- a/scripts/last30days.py +++ b/scripts/last30days.py @@ -146,6 +146,7 @@ from lib import ( score, ui, tiktok, + websearch, xai_x, youtube_yt, )