Skip to content

Commit db0c388

Browse files
author
Yordy Gelvez
committed
general changes
1 parent d6a2546 commit db0c388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microsoftgraph/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def _delete(self, url, **kwargs):
396396

397397
def _request(self, method, url, headers=None, **kwargs):
398398
_headers = {
399-
'Authorization': 'Bearer ' + self.token,
399+
'Authorization': 'Bearer ' + self.token['access_token'],
400400
'Accept': 'application/json',
401401
'Content-Type': 'application/json'
402402
}

0 commit comments

Comments
 (0)