From bf147f7cdfb315b9457ca9b6dfd77aab255c1f65 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Fri, 19 Feb 2021 16:11:17 +0100 Subject: [PATCH] ops --- channels/discoveryplus.py | 1 - 1 file changed, 1 deletion(-) diff --git a/channels/discoveryplus.py b/channels/discoveryplus.py index a3fb3925..1684ad65 100644 --- a/channels/discoveryplus.py +++ b/channels/discoveryplus.py @@ -113,7 +113,6 @@ def peliculas(item): for key in pdict: if key['type'] == 'show' and 'Free' in str(key.get('relationships',{}).get('contentPackages',{}).get('data',[])): title = key['attributes']['name'] - logger.debug(jsontools.dump(key)) plot = key['attributes'].get('description','') url = '{}/programmi/{}'.format(host, key['attributes']['alternateId']) seasons = key['attributes']['seasonNumbers']