From 2d52e33eec3f652f35e6b968ba0a740a7a2f8d6d Mon Sep 17 00:00:00 2001 From: greko17 Date: Fri, 27 Sep 2019 19:25:35 +0200 Subject: [PATCH] pulizia chiamate ai log --- core/support.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/support.py b/core/support.py index d0e8a16d..33eb6763 100644 --- a/core/support.py +++ b/core/support.py @@ -365,10 +365,8 @@ def scrape(func): blockItemlist, blockMatches = scrapeBlock(item, args, bl['block'], patron, headers, action, pagination, debug, typeContentDict, typeActionDict, blacklist, search, pag, function, lang) for it in blockItemlist: - log('IT LANG ----> ', it) if 'lang' in bl: it.contentLanguage, it.title = scrapeLang(bl, it.contentLanguage, it.title) - log('IT LANG ----> ', it.contentLanguage) if 'quality' in bl and bl['quality']: it.quality = bl['quality'].strip() it.title = it.title + typo(bl['quality'].strip(), '_ [] color kod')