From: Roland Häder Date: Sat, 13 Jul 2024 13:12:30 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=17308c6a01b4078ce6f277ac1b3bf928df3ca3a7;p=fba.git Continued: - ops, forgot to add variable 'domain' --- diff --git a/fba/helpers/processing.py b/fba/helpers/processing.py index 856acf3..b71aa92 100644 --- a/fba/helpers/processing.py +++ b/fba/helpers/processing.py @@ -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)