Too many arguments

main
Bob Mottram 2024-02-11 13:52:25 +00:00
parent a5a6521c7d
commit 86d17c5f17
1 changed files with 1 additions and 2 deletions

View File

@ -181,8 +181,7 @@ def blocked_user_agent(calling_domain: str, agent_str: str,
blocked_ua = \
is_blocked_domain(base_dir, agent_domain,
blocked_cache, block_federated,
None, block_federated)
blocked_cache, block_federated)
# if self.server.debug:
if blocked_ua:
print('BLOCK: Blocked User agent 2: ' + agent_domain)