From 675111fd0cb082b1c97f3d6418638a2b8dc9d8c1 Mon Sep 17 00:00:00 2001 From: Alessandro Perazzetta <482310+AlessandroPerazzetta@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:14:32 +0200 Subject: [PATCH] Fix merge conflicts --- StreamingCommunity/Util/os.py | 8 -------- 1 file changed, 8 deletions(-) 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