From 7b94bbd76499b059e945a52dfc90b2c7fc3d64e5 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Mon, 11 Jul 2022 11:36:08 -0400 Subject: [PATCH] Update spotify.py --- beetsplug/spotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index b95546dd2..5ecb8e81a 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -36,7 +36,7 @@ DEFAULT_WAITING_TIME = 5 class SpotifyAPIError(Exception): - pass + continue class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin):