Skip to content

Commit 276b2d7

Browse files
authored
Merge pull request #436 Fix updating of expiration info from LuckySting/patch-1
2 parents 80b6b91 + 88ebf90 commit 276b2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/aio/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async def _refresh(self):
7171
try:
7272
auth_metadata = await self._make_token_request()
7373
await self._cached_token.update(auth_metadata["access_token"])
74-
self.update_expiration_info(auth_metadata)
74+
self._update_expiration_info(auth_metadata)
7575
self.logger.info(
7676
"Token refresh successful. current_time %s, refresh_in %s",
7777
current_time,

0 commit comments

Comments
 (0)