]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 13 Jul 2024 13:12:30 +0000 (15:12 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 13 Jul 2024 13:12:30 +0000 (15:12 +0200)
- ops, forgot to add variable 'domain'

fba/helpers/processing.py

index 856acf3ca8c72986732e729eb5922f00af670241..b71aa9231bd96d6f4d17a53a315ddca2cab28c49 100644 (file)
@@ -227,7 +227,7 @@ def csv_block(blocker: str, url: str, command: str):
         domains.append(domain)
 
         if not validators.domain(domain, rfc_2782=True):
-            logger.warning("domain='%s' is not a valid domain - SKIPPED!")
+            logger.warning("domain='%s' is not a valid domain - SKIPPED!", domain)
             continue
         elif blacklist.is_blacklisted(domain):
             logger.debug("domain='%s' is blacklisted - SKIPPED!", domain)