From 978344a01f04e0d9e314b8d2aa950876313b6054 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Thu, 26 Nov 2020 16:11:04 +0100 Subject: [PATCH] Rimosso Log Inutile --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index 84360377..c8422456 100755 --- a/core/support.py +++ b/core/support.py @@ -1392,7 +1392,7 @@ def thumb(item_itemlist_string=None, genre=False, live=False): '_tvshow':['serie','tv', 'fiction']} def autoselect_thumb(item, genre): - logger.debug('SPLIT',re.split(r'\.|\{|\}|\[|\]|\(|\)|/| ',item.title.lower())) + # logger.debug('SPLIT',re.split(r'\.|\{|\}|\[|\]|\(|\)|/| ',item.title.lower())) if genre == False: for thumb, titles in icon_dict.items(): if any(word in re.split(r'\.|\{|\}|\[|\]|\(|\)|/| ',item.title.lower()) for word in search):