Skip to content

Commit

Permalink
Merge pull request #99 from NarekA/patch-1
Browse files Browse the repository at this point in the history
Update refreshable example
  • Loading branch information
Colin-b authored Nov 6, 2024
2 parents aec4e38 + 1635e9e commit 3fd7c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ class AWS4BotoAuth(AWS4Auth):

def auth_flow(self, request):
self.refresh_credentials()
yield super().auth_flow(request)
return super().auth_flow(request)

def refresh_credentials(self):
credentials = self.refreshable_credentials.get_frozen_credentials()
Expand Down

0 comments on commit 3fd7c07

Please sign in to comment.