Skip to content

Commit b455de1

Browse files
authored
Update metadata.py
1 parent 7bf97b6 commit b455de1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

librespot/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def from_uri(uri: str) -> AlbumId:
9292
if matcher is not None:
9393
album_id = matcher.group(1)
9494
return AlbumId(util.bytes_to_hex(AlbumId.base62.decode(album_id.encode())))
95-
raise TypeError("Not a Spotify album ID: {}.f".format(uri))
95+
raise TypeError("Not a Spotify album ID: {}.".format(uri))
9696

9797
@staticmethod
9898
def from_base62(base62: str) -> AlbumId:

0 commit comments

Comments
 (0)