Update network.py

This commit is contained in:
Evhorizon 2022-11-06 20:35:30 +01:00 committed by GitHub
parent 2dc5c0e1d6
commit 1517724615
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