fix: Primetime-Bonus entfernt — Sendezeit hat keinen Einfluss mehr auf Score
This commit is contained in:
parent
985caeab38
commit
e511e08463
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue