Skip to content

Commit

Permalink
Fix the bug introduced with the clean-up commit 3c753a3
Browse files Browse the repository at this point in the history
  • Loading branch information
stickpin authored Dec 5, 2023
1 parent bde2689 commit f7113b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volkswagencarnet/vw_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ async def _request(self, method, url, **kwargs):
return res

if self._session_fulldebug:
_LOGGER.debug(f'Request for "{url}" returned with status code [{response.status}], response: {res.text}')
_LOGGER.debug(f'Request for "{url}" returned with status code [{response.status}], response: {res}')
else:
_LOGGER.debug(f'Request for "{url}" returned with status code [{response.status}]')
return res
Expand Down

0 comments on commit f7113b8

Please sign in to comment.