mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2026-02-13 12:59:45 +00:00
Fix tests
This commit is contained in:
@@ -121,7 +121,7 @@ class Genius(LyricBase):
|
|||||||
result.
|
result.
|
||||||
"""
|
"""
|
||||||
lyric_url = self.guess_lyric_url_from_artist_and_track(artist, track)
|
lyric_url = self.guess_lyric_url_from_artist_and_track(artist, track)
|
||||||
return self.from_url(lyric_url, linesep, timeout)
|
return self.from_url(lyric_url, linesep, timeout=timeout)
|
||||||
|
|
||||||
def from_url(self, url, linesep="\n", retries=5, timeout=None):
|
def from_url(self, url, linesep="\n", retries=5, timeout=None):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user