summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
Diffstat (limited to 'searx')
-rw-r--r--searx/network/client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/network/client.py b/searx/network/client.py
index 024eb2567..4019e907c 100644
--- a/searx/network/client.py
+++ b/searx/network/client.py
@@ -133,7 +133,6 @@ def get_transport_for_socks_proxy(
username=proxy_username,
password=proxy_password,
rdns=rdns,
- loop=get_loop(),
verify=_verify, # pyright: ignore[reportArgumentType]
http2=http2,
local_address=local_address,