Skip to content

Commit

Permalink
Update heal-cedar-data-ingest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao authored Feb 29, 2024
1 parent 072279d commit 0791f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/healdata/heal-cedar-data-ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get_related_studies(serial_num, hostname):
related_study_result = []

if serial_num:
mds = requests.get(f"https://revproxy-service/mds/metadata?nih_reporter.project_num_split.serial_num={serial_num}&data=true&limit=2000")
mds = requests.get(f"http://revproxy-service/mds/metadata?nih_reporter.project_num_split.serial_num={serial_num}&data=true&limit=2000")
if mds.status_code == 200:
related_study_metadata = mds.json()

Expand Down

0 comments on commit 0791f14

Please sign in to comment.