]> git.mxchange.org Git - fba.git/blobdiff - fba/commands.py
Continued:
[fba.git] / fba / commands.py
index 1ceb234e45561095cb1dbac424ba37bb31fde89d..b88fde6e435d3da10c4dc71755f8be7e0cf861f5 100644 (file)
@@ -1030,9 +1030,6 @@ def fetch_oliphant(args: argparse.Namespace) -> int:
         if isinstance(args.domain, str) and args.domain != block["blocker"]:
             logger.debug("Skipping blocker='%s', not matching args.domain='%s'", block["blocker"], args.domain)
             continue
-        elif args.domain in domains:
-            logger.debug("args.domain='%s' already handled - SKIPPED!", args.domain)
-            continue
 
         processing.csv_block(block["blocker"], f"{base_url}/{block['csv_url']}", inspect.currentframe().f_code.co_name)