Fix merge conflicts

This commit is contained in:
Alessandro Perazzetta 2025-06-02 12:14:32 +02:00
parent e86c476582
commit 675111fd0c

View File

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