From: Roland Häder Date: Tue, 15 Aug 2023 20:24:41 +0000 (+0200) Subject: Fixed: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=424b3eb6fc4b30c268136e32680fc536b2922e3a;p=fba.git Fixed: - I missed changing this one --- diff --git a/fba/commands.py b/fba/commands.py index 9dea3f8..0c89b33 100644 --- a/fba/commands.py +++ b/fba/commands.py @@ -321,7 +321,7 @@ def fetch_blocks(args: argparse.Namespace) -> int: blocking = list() - if not federation.is_excluded_blocklist(blocker): + if not blocklists.is_excluded(blocker): logger.debug("blocker='%s',software='%s'", blocker, software) if software == "pleroma": logger.info("blocker='%s',software='%s'", blocker, software)