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