We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66099c7 commit 5feba11Copy full SHA for 5feba11
pyhilo/api.py
@@ -141,7 +141,7 @@ async def async_get_access_token(self) -> str:
141
await self._oauth_session.async_ensure_token_valid()
142
143
access_token = str(self._oauth_session.token["access_token"])
144
- LOG.debug("LOCALLY Websocket access token is %s", access_token)
+ LOG.debug("Websocket access token is %s", access_token)
145
146
return str(self._oauth_session.token["access_token"])
147
0 commit comments