diff --git a/app/services/analysis.py b/app/services/analysis.py index ebbebfc..5c9a9ed 100644 --- a/app/services/analysis.py +++ b/app/services/analysis.py @@ -151,7 +151,6 @@ async def _build_overrides(analysis_run_id: str) -> dict: if youtube.get("totalViews"): yt_patch["total_views"] = youtube["totalViews"] if youtube.get("publishedAt"): yt_patch["channel_created_date"] = youtube["publishedAt"][:10] if youtube.get("description"): yt_patch["channel_description"] = youtube["description"] - if youtube.get("publishedAt"): snapshot["established"] = youtube["publishedAt"][:4] if youtube.get("videos"): yt_patch["top_videos"] = [ {