1
0
Fork 0

Fixes loading covers

This commit is contained in:
Mouse Reeve 2020-05-09 12:59:06 -07:00
parent 8c3e208282
commit 277c1a80fd
2 changed files with 5 additions and 4 deletions

View file

@ -231,7 +231,7 @@ def get_data(url):
)
if not resp.ok:
resp.raise_for_status()
data = response.json()
data = resp.json()
return data