Skip to content

Commit

Permalink
docs: expose data for post to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Apr 5, 2020
1 parent a4f61d0 commit 3e3dd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teslajsonpy/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ async def __open(
baseurl = self.baseurl
url: URL = URL(baseurl + url)

_LOGGER.debug("%s: %s", method, url)
_LOGGER.debug("%s: %s %s", method, url, data)

try:
resp = await getattr(self.websession, method)(
Expand Down

0 comments on commit 3e3dd07

Please sign in to comment.