This commit is contained in:
parent
cd2e4a08b3
commit
7964cb1540
|
@ -54,5 +54,5 @@ async def get_my_followings():
|
||||||
if response.status_code != 200:
|
if response.status_code != 200:
|
||||||
return None
|
return None
|
||||||
r = response.json()
|
r = response.json()
|
||||||
authors = r.get("data", {}).get(query_name).get("authors", [])
|
authors = r.get("data", {}).get(query_name, {}).get("authors", [])
|
||||||
return authors
|
return authors
|
||||||
|
|
Loading…
Reference in New Issue
Block a user