clean up unused last.fm stuff

This commit is contained in:
Peter Schnebel 2013-10-31 20:24:44 +01:00
parent 2bbf83e1a0
commit 1e4f33209a

View file

@ -35,9 +35,6 @@ from beets import plugins
log = logging.getLogger('beets')
# for future use
LASTFM = pylast.LastFMNetwork(api_key=plugins.LASTFM_KEY)
# if we lose the connection, how many times do we want to RETRY and how much
# time should we wait between retries
RETRIES = 10