mirror of
https://github.com/Alvin-Zilverstand/novatorem.git
synced 2026-03-06 11:07:09 +01:00
Fix image definition
This commit is contained in:
@@ -86,7 +86,7 @@ def makeSVG(data):
|
||||
else:
|
||||
item = data["item"]
|
||||
|
||||
img = loadImageB64(item["album"]["images"][1]["url"])
|
||||
image = loadImageB64(item["album"]["images"][1]["url"])
|
||||
artistName = item["artists"][0]["name"].replace("&", "&")
|
||||
songName = item["name"].replace("&", "&")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user