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