Skip to content

Commit a1e0e72

Browse files
Readme.md: update badges & samples
1 parent b1e850b commit a1e0e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Office 365 & Microsoft Graph library for Python
1414
[![Downloads](https://pepy.tech/badge/office365-rest-python-client/month)](https://pepy.tech/project/office365-rest-python-client)
1515
[![PyPI](https://img.shields.io/pypi/v/Office365-REST-Python-Client.svg)](https://pypi.python.org/pypi/Office365-REST-Python-Client)
1616
[![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)
1818

1919
# Installation
2020

@@ -198,7 +198,7 @@ def acquire_token_func():
198198
"{client_secret}")
199199
return token
200200

201-
client = GraphClient(acquire_token)
201+
client = GraphClient(acquire_token_func)
202202

203203
```
204204

0 commit comments

Comments
 (0)