File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Office 365 & Microsoft Graph library for Python
14
14
[ ![ Downloads] ( https://pepy.tech/badge/office365-rest-python-client/month )] ( https://pepy.tech/project/office365-rest-python-client )
15
15
[ ![ PyPI] ( https://img.shields.io/pypi/v/Office365-REST-Python-Client.svg )] ( https://pypi.python.org/pypi/Office365-REST-Python-Client )
16
16
[ ![ PyPI pyversions] ( https://img.shields.io/pypi/pyversions/Office365-REST-Python-Client.svg )] ( https://pypi.python.org/pypi/Office365-REST-Python-Client/ )
17
- [ ![ Build Status] ( https://travis-ci.org /vgrem/Office365-REST-Python-Client.svg?branch=master )] ( https://travis-ci.org /vgrem/Office365-REST-Python-Client )
17
+ [ ![ Build Status] ( https://travis-ci.com /vgrem/Office365-REST-Python-Client.svg?branch=master )] ( https://travis-ci.com /vgrem/Office365-REST-Python-Client )
18
18
19
19
# Installation
20
20
@@ -198,7 +198,7 @@ def acquire_token_func():
198
198
" {client_secret} " )
199
199
return token
200
200
201
- client = GraphClient(acquire_token )
201
+ client = GraphClient(acquire_token_func )
202
202
203
203
```
204
204
You can’t perform that action at this time.
0 commit comments