mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-23 03:47:45 +01:00
fixed typo importing the lastfm module from the importer
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user