Skip to content

Commit

Permalink
fixed bug second try
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaSchacherer committed Sep 11, 2024
1 parent 40ff8fe commit 41dd2e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions idc_index/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
aws_endpoint_url = "https://s3.amazonaws.com"
gcp_endpoint_url = "https://storage.googleapis.com"
asset_endpoint_url = f"https://github.com/ImagingDataCommons/idc-index-data/releases/download/{idc_index_data.__version__}"
# TODO: remove later
asset_endpoint_url = (
"https://github.com/ImagingDataCommons/idc-index-data/releases/download/18.2.0"
)


logging.basicConfig(format="%(asctime)s - %(message)s", level=logging.INFO)
Expand Down

0 comments on commit 41dd2e0

Please sign in to comment.