diff --git a/wormgas/cogs/rainwave.py b/wormgas/cogs/rainwave.py index 111fa6f..3ad3d3e 100644 --- a/wormgas/cogs/rainwave.py +++ b/wormgas/cogs/rainwave.py @@ -74,7 +74,8 @@ async def _call(self, path: str, params: dict = None): log.debug(f'{response.status} {content}') if response.status == 200: return await response.json() - log.critical(response.json()) + log.critical(f'Response status is {response.status}') + log.critical(await response.json()) raise RuntimeError @staticmethod