mirror of https://gitlab.com/bashrc2/epicyon
Too many arguments
parent
a5a6521c7d
commit
86d17c5f17
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue