Remove sleep

This commit is contained in:
Alok Saboo 2022-06-16 09:00:17 -04:00
parent 9f26190fa3
commit 4d826168a4

View file

@ -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