Disabling what.cd caching for now, it isn't threadsafe.

This commit is contained in:
Aaron Cohen
2012-09-14 20:15:23 -07:00
parent f63d59219a
commit 362b9c1cdf

View File

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