Fixes loading covers
This commit is contained in:
parent
8c3e208282
commit
277c1a80fd
2 changed files with 5 additions and 4 deletions
|
@ -231,7 +231,7 @@ def get_data(url):
|
|||
)
|
||||
if not resp.ok:
|
||||
resp.raise_for_status()
|
||||
data = response.json()
|
||||
data = resp.json()
|
||||
return data
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue