Skip to content

Commit

Permalink
Doc : Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecoust authored Mar 28, 2024
1 parent 8a11a6b commit 2a76a61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ import os
# Defining the host is optional and defaults to https://ecotaxa.obs-vlfr.fr/api
# See configuration.py for a list of all supported configuration parameters.
configuration = ecotaxa_py_client.Configuration(
host = "https://ecotaxa.obs-vlfr.fr/api",
discard_unknown_keys = True
host = "https://ecotaxa.obs-vlfr.fr/api"
)
# In case of ssl error
configuration.verify_ssl=False
Expand Down

0 comments on commit 2a76a61

Please sign in to comment.