diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 48a94b9..244703c 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -1532,8 +1532,6 @@ def checkInternet(): return False except urllib2.URLError: return False - except socket.timeout: - return False else: return True