We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bf97b6 + b455de1 commit 29ff028Copy full SHA for 29ff028
1 file changed
librespot/metadata.py
@@ -92,7 +92,7 @@ def from_uri(uri: str) -> AlbumId:
92
if matcher is not None:
93
album_id = matcher.group(1)
94
return AlbumId(util.bytes_to_hex(AlbumId.base62.decode(album_id.encode())))
95
- raise TypeError("Not a Spotify album ID: {}.f".format(uri))
+ raise TypeError("Not a Spotify album ID: {}.".format(uri))
96
97
@staticmethod
98
def from_base62(base62: str) -> AlbumId:
0 commit comments