mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 03:05:35 +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:
|
||||
data = response.json()
|
||||
except requests.exceptions.JSONDecodeError:
|
||||
print(f"Failed to decode json for {artist}")
|
||||
return None
|
||||
|
||||
for res in data["data"]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user