Skip to content

Commit

Permalink
corrected field name
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardbruelhart committed Nov 11, 2024
1 parent 60e09c5 commit 96f924b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inat_fetcher/src/db_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
directus_login = f"{directus_instance}/auth/login"

# Define the collection name and API url
collection_name = "Inat_Data"
collection_name = "Curation_Data"
directus_api = f"{directus_instance}/items/{collection_name}/"
directus_email = os.getenv("DIRECTUS_EMAIL")
directus_password = os.getenv("DIRECTUS_PASSWORD")
Expand Down

0 comments on commit 96f924b

Please sign in to comment.