Skip to content

Commit

Permalink
DOC : update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecoust committed Mar 28, 2024
1 parent a0b42f3 commit 8a11a6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ 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"
host = "https://ecotaxa.obs-vlfr.fr/api",
discard_unknown_keys = True
)

# In case of ssl error
configuration.verify_ssl=False

# Enter a context with an instance of the API client
with ecotaxa_py_client.ApiClient(configuration) as api_client:
Expand Down

0 comments on commit 8a11a6b

Please sign in to comment.