Skip to content

Commit ff801fe

Browse files
author
Yordy Gelvez
committed
changes
1 parent 5245946 commit ff801fe

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
@@ -364,7 +364,7 @@ def _delete(self, url, **kwargs):
364364

365365
def _request(self, method, url, headers=None, **kwargs):
366366
_headers = {
367-
'Authorization': 'Bearer ' + self.token['access_token'],
367+
'Authorization': 'Bearer ' + self.token,
368368
'Accept': 'application/json',
369369
'Content-Type': 'application/json'
370370
}

0 commit comments

Comments
 (0)