From 09f4bd49b92db8f62f66560955ff9c853a4405ff Mon Sep 17 00:00:00 2001 From: None <62809003+Arrowar@users.noreply.github.com> Date: Sun, 18 May 2025 14:12:01 +0200 Subject: [PATCH] Update os.py --- StreamingCommunity/Util/os.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StreamingCommunity/Util/os.py b/StreamingCommunity/Util/os.py index 2444772..8da5de1 100644 --- a/StreamingCommunity/Util/os.py +++ b/StreamingCommunity/Util/os.py @@ -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