From 38ea35aa5e59011179a10bf11dff0f1d44f8f84f Mon Sep 17 00:00:00 2001 From: Xavier Hocquet Date: Sat, 28 Mar 2020 11:44:56 -0600 Subject: [PATCH] Lint --- beetsplug/lyrics.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/beetsplug/lyrics.py b/beetsplug/lyrics.py index b22525978..1d92b24e5 100644 --- a/beetsplug/lyrics.py +++ b/beetsplug/lyrics.py @@ -469,7 +469,7 @@ class Tekstowo(Backend): find_all("div", class_="box-przeboje")[0] if not song_row: - return None + return None href = song_row.find('a').get('href') return self.BASE_URL + href @@ -752,9 +752,9 @@ class LyricsPlugin(plugins.BeetsPlugin): for source in self.BS_SOURCES: if source in sources: self._log.warning(u'To use the %s lyrics source, you must ' - u'install the beautifulsoup4 module. See ' - u'the documentation for further details.' - % source) + u'install the beautifulsoup4 module. See ' + u'the documentation for further details.' + % source) sources.remove(source) return sources