From 4d826168a4eec04fb49bd410cb20ef631cbd3438 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Thu, 16 Jun 2022 09:00:17 -0400 Subject: [PATCH] Remove sleep --- beetsplug/spotify.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index d7290d963..4980d9c1b 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -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