mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30:11 +01:00
Update network.py
This commit is contained in:
parent
2dc5c0e1d6
commit
1517724615
@ -173,7 +173,7 @@ class Network:
|
||||
):
|
||||
continue
|
||||
return False
|
||||
response = await client.get("https://check.torproject.org/api/ip", timeout=10)
|
||||
response = await client.get("https://check.torproject.org/api/ip", timeout=60)
|
||||
if not response.json()["IsTor"]:
|
||||
result = False
|
||||
Network._TOR_CHECK_RESULT[proxies] = result
|
||||
|
Loading…
Reference in New Issue
Block a user