From 38a9c029886dfecb0bd74fec9713c21c815c7905 Mon Sep 17 00:00:00 2001 From: Remy Date: Fri, 29 Jul 2011 00:51:15 -0700 Subject: [PATCH] fixed typo importing the lastfm module from the importer --- headphones/importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/importer.py b/headphones/importer.py index 232d4b66..9385d51c 100644 --- a/headphones/importer.py +++ b/headphones/importer.py @@ -134,7 +134,7 @@ def artistlist_to_mbids(artistlist): # Update the cloud: logger.info('Updating the cloud') try: - lastfm.findSimilar() + lastfm.getSimilar() except Exception, e: logger.warn('Updating the cloud failed: %s' % e)