mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
remove brackets
This commit is contained in:
@@ -58,7 +58,7 @@ def get_album_tracks():
|
||||
def get_album_bio():
|
||||
"""Returns the album bio for the given album."""
|
||||
data = request.get_json()
|
||||
fetch_bio = FetchAlbumBio(data["album"], data["albumartist"])()
|
||||
fetch_bio = FetchAlbumBio(data["album"], data["albumartist"])
|
||||
bio = fetch_bio()
|
||||
|
||||
if bio is None:
|
||||
|
||||
Reference in New Issue
Block a user