Skip to content

Commit 6451914

Browse files
docs: update README
1 parent ff171ce commit 6451914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ token = WfpApiToken(api_key=KEY, api_secret=SECRET)
6565
# Defining the host is optional and defaults to https://api.wfp.org/vam-data-bridges/1.4.0
6666
# See configuration.py for a list of all supported configuration parameters.
6767
configuration = data_bridges_client.Configuration(
68-
host = "https://api.wfp.org/vam-data-bridges/5.0.0"
68+
host = "https://api.wfp.org/vam-data-bridges/5.1.0"
6969
)
7070
configuration.access_token = token.refresh(scopes=SCOPES)
7171

0 commit comments

Comments
 (0)