Skip to content

Commit 5feba11

Browse files
committed
Update api.py
1 parent 66099c7 commit 5feba11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyhilo/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ async def async_get_access_token(self) -> str:
141141
await self._oauth_session.async_ensure_token_valid()
142142

143143
access_token = str(self._oauth_session.token["access_token"])
144-
LOG.debug("LOCALLY Websocket access token is %s", access_token)
144+
LOG.debug("Websocket access token is %s", access_token)
145145

146146
return str(self._oauth_session.token["access_token"])
147147

0 commit comments

Comments
 (0)