core-debug-2
This commit is contained in:
@@ -19,7 +19,7 @@ async def get_author(author_id):
|
||||
if response.status_code != 200:
|
||||
return None
|
||||
r = response.json()
|
||||
print(f"[services.core] got author: {author}")
|
||||
print(f"[services.core] got author: {r}")
|
||||
author = r.get("data", {}).get("getAuthor")
|
||||
return author
|
||||
except Exception:
|
||||
|
Reference in New Issue
Block a user