diff --git a/homelab-ai-bot/tools/savetv.py b/homelab-ai-bot/tools/savetv.py index cbac1fae..966a844a 100644 --- a/homelab-ai-bot/tools/savetv.py +++ b/homelab-ai-bot/tools/savetv.py @@ -261,10 +261,6 @@ def _filter_films(telecasts, only_new=False): if subcat in GOOD_SUBCATEGORIES: score += 20 - hour = start_dt.hour - if 20 <= hour <= 22: - score += 10 - desc = tc.get("STHEMA") or tc.get("SFULLSUBTITLE") or "" if len(desc) > 50: score += 10