Update os.py

This commit is contained in:
None 2025-05-18 14:12:01 +02:00 committed by GitHub
parent 7f7f35612e
commit 09f4bd49b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -315,7 +315,7 @@ class InternManager():
for provider, ips in dns_providers.items():
if server in ips:
return True
return True
return False
except Exception:
return False