1
0
Fork 0
mirror of synced 2024-04-26 00:32:16 +12:00

Already was in JSON from method

This commit is contained in:
Dan Hess 2021-03-31 23:36:21 -08:00
parent 80772d9374
commit d5ad03d71e

View file

@ -76,7 +76,7 @@ query ($name: String) {
# Anilist API is broken and doesn't filter correctly, guess we have to do that ourselves
data = []
for x in response.json()["data"]["MediaListCollection"]["lists"]:
for x in response["data"]["MediaListCollection"]["lists"]:
data.extend(
[
{