Skip to content

Commit

Permalink
Merge pull request #436 Fix updating of expiration info from LuckySti…
Browse files Browse the repository at this point in the history
…ng/patch-1
  • Loading branch information
rekby authored Jun 17, 2024
2 parents 80b6b91 + 88ebf90 commit 276b2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/aio/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async def _refresh(self):
try:
auth_metadata = await self._make_token_request()
await self._cached_token.update(auth_metadata["access_token"])
self.update_expiration_info(auth_metadata)
self._update_expiration_info(auth_metadata)
self.logger.info(
"Token refresh successful. current_time %s, refresh_in %s",
current_time,
Expand Down

0 comments on commit 276b2d7

Please sign in to comment.