mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 03:54:21 +01:00
Remove sleep
This commit is contained in:
parent
9f26190fa3
commit
4d826168a4
1 changed files with 0 additions and 3 deletions
|
|
@ -585,9 +585,6 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin):
|
|||
self._log.debug('Total {} tracks', len(items))
|
||||
|
||||
for index, item in enumerate(items, start=1):
|
||||
# Added sleep to avoid API rate limit
|
||||
# https://developer.spotify.com/documentation/web-api/guides/rate-limits/
|
||||
time.sleep(.5)
|
||||
self._log.info('Processing {}/{} tracks - {} ',
|
||||
index, len(items), item)
|
||||
# If we're not forcing re-downloading for all tracks, check
|
||||
|
|
|
|||
Loading…
Reference in a new issue