mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-08 12:15:39 +00:00
fix late start
This commit is contained in:
parent
c0a5dc3d27
commit
d069c3bbf3
@ -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"]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user