Skip to content

Commit

Permalink
Merge pull request #446 from NASA-IMPACT/445-bugfix-importing-urls-fr…
Browse files Browse the repository at this point in the history
…om-test-server

Fix bug in import URLs from test
  • Loading branch information
code-geek authored Oct 17, 2023
2 parents d59c203 + 54483be commit 5bbcbdc
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 5bbcbdc

Please sign in to comment.