From 711ad239afe01afb89d220ea7d9e2971e4348aff Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Sat, 7 Nov 2020 12:03:01 +0100 Subject: [PATCH] ops --- core/scraper.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/scraper.py b/core/scraper.py index ae5eb6ab..818a3486 100644 --- a/core/scraper.py +++ b/core/scraper.py @@ -55,10 +55,8 @@ def find_and_set_infoLabels(item): logger.error(traceback.format_exc()) while scraper or not item.exit: - from core.support import dbg;dbg() # We call the find_and_set_infoLabels function of the selected scraper scraper_result = scraper.find_and_set_infoLabels(item) - # from core.support import dbg; dbg() # Check if there is a 'code' if scraper_result and item.infoLabels['code']: # correct code