diff --git a/core/support.py b/core/support.py index 8647acd6..80d56ab2 100644 --- a/core/support.py +++ b/core/support.py @@ -775,7 +775,6 @@ def match(item, patron='', patronBlock='', headers='', url='', post=''): if patron: matches = scrapertoolsV2.find_multiple_matches(block, patron) - if not matches: matches = [''] log('MATCHES= ',matches) return matches, block