From 362b9c1cdfd4c31da3b699c2577339f5110f2a4e Mon Sep 17 00:00:00 2001 From: Aaron Cohen Date: Fri, 14 Sep 2012 20:15:23 -0700 Subject: [PATCH] Disabling what.cd caching for now, it isn't threadsafe. --- headphones/searcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/searcher.py b/headphones/searcher.py index 7c48f83b..ec60c3f6 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -831,7 +831,7 @@ def searchTorrent(albumid=None, new=False, losslessOnly=False): logger.warn("What.cd credentials incorrect or site is down.") if whatcd: - whatcd.enableCaching() +# whatcd.enableCaching() logger.info("Getting artist information for %s..." % artistterm) artist = whatcd.getArtist(artistterm) artist_id = artist.getArtistId()