diff --git a/StreamingCommunity/Util/os.py b/StreamingCommunity/Util/os.py index f98ba46..f8c93f5 100644 --- a/StreamingCommunity/Util/os.py +++ b/StreamingCommunity/Util/os.py @@ -341,14 +341,6 @@ class InternManager(): except (socket.gaierror, socket.error): return False - try: - resolver = dns.resolver.Resolver() - # Simple DNS resolution test - will raise an exception if it fails - resolver.resolve("github.com") - return True - except Exception: - return False - class OsSummary: def __init__(self): self.ffmpeg_path = None