forked from blizzthewolf/SeaCogs
fix(bible): added more debug logging
This commit is contained in:
parent
89bdf5583c
commit
162d669502
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ class Bible(commands.Cog):
|
||||||
headers = await self.bot.get_shared_api_tokens("api.bible")
|
headers = await self.bot.get_shared_api_tokens("api.bible")
|
||||||
async with self.session.get(url, headers=headers) as response:
|
async with self.session.get(url, headers=headers) as response:
|
||||||
data = await response.json()
|
data = await response.json()
|
||||||
|
self.logger.debug(passage_id)
|
||||||
self.logger.debug(json.dumps(data))
|
self.logger.debug(json.dumps(data))
|
||||||
return data["data"]
|
return data["data"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue