1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-02 09:30:13 +02:00

Merge pull request #1938 from Evhorizon/master

Update network.py
This commit is contained in:
Alexandre Flament 2022-11-06 21:20:38 +01:00 committed by GitHub
commit ae54c7d525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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