Skip to content

Commit

Permalink
new table name
Browse files Browse the repository at this point in the history
  • Loading branch information
oolonek committed May 9, 2024
1 parent 4f6ed43 commit 204c819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inat_fetcher/src/create_directus_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
directus_login = f"{directus_instance}/auth/login"

# Define the collection name and API url
collection_name = "Inaturalist_Data"
collection_name = "Inaturalist_Data_Test"
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 204c819

Please sign in to comment.