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 6929d3d commit 3429bedCopy full SHA for 3429bed
pymyq/api.py
@@ -213,9 +213,6 @@ async def request(
213
or self._security_token[1] <= datetime.utcnow()
214
):
215
# Token has to be refreshed, get authentication task if running otherwise start a new one.
216
- _LOGGER.debug(
217
- f"Refreshing token, last refresh was {self._security_token[2]}"
218
- )
219
if self._security_token[0] is None:
220
# Wait for authentication task to be completed.
221
_LOGGER.debug(
0 commit comments