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