mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 20:43:41 +01:00
clean up unused last.fm stuff
This commit is contained in:
parent
2bbf83e1a0
commit
1e4f33209a
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue