mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix late start
This commit is contained in:
@@ -35,7 +35,6 @@ def get_artist_image_link(artist: str):
|
|||||||
try:
|
try:
|
||||||
data = response.json()
|
data = response.json()
|
||||||
except requests.exceptions.JSONDecodeError:
|
except requests.exceptions.JSONDecodeError:
|
||||||
print(f"Failed to decode json for {artist}")
|
|
||||||
return None
|
return None
|
||||||
|
|
||||||
for res in data["data"]:
|
for res in data["data"]:
|
||||||
|
|||||||
Reference in New Issue
Block a user