Skip to content

Commit

Permalink
Change url1 to download_url in API response parsing code
Browse files Browse the repository at this point in the history
  • Loading branch information
code-geek committed Oct 17, 2023
1 parent d59c203 commit 54483be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sde_collections/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def _get_data_to_import(collection, server_name):
if full_collection_name in ignore_collections:
continue

url = record.get("url1")
url = record.get("download_url")
title = record.get("title", "")
collection_pk = collection.pk

Expand Down

0 comments on commit 54483be

Please sign in to comment.