fixed typo importing the lastfm module from the importer

This commit is contained in:
Remy
2011-07-29 00:51:15 -07:00
parent 470d07c7e3
commit 38a9c02988
+1 -1
View File
@@ -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)