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 <noreply@anthropic.com>
This commit is contained in:
Matt Van Horn
2026-03-03 06:25:30 -08:00
parent 1db0b6054a
commit d4ac57f041
+1
View File
@@ -146,6 +146,7 @@ from lib import (
score,
ui,
tiktok,
websearch,
xai_x,
youtube_yt,
)