Fix Windows https issue.
[clinton/xbmc-groove.git] / resources / lib / GroovesharkAPI.py
index 43db1ba..9a91245 100644 (file)
@@ -29,7 +29,6 @@ class GrooveAPI:
        def __init__(self):
                
                self.simplejson = simplejson
-               socket.setdefaulttimeout(40)
                self.cacheDir = os.path.join(tempfile.gettempdir(), 'groovesharkapi')
                if os.path.isdir(self.cacheDir) == False:
                        os.makedirs(self.cacheDir)