Skip to content

Commit 59db80d

Browse files
committed
added comment again
1 parent 08c3e00 commit 59db80d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

O365/connection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,9 @@ def refresh_token(self) -> bool:
880880
username=self.username, remove_reserved=True
881881
)
882882

883+
# call the refresh!
883884
if self.auth_flow_type == "credentials":
885+
# in this case we don't have an account to work with...
884886
result = self.msal_client.acquire_token_for_client(scopes=scopes)
885887
else:
886888
# call the refresh!

0 commit comments

Comments
 (0)