Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaSchacherer committed Sep 11, 2024
1 parent 3fdfb99 commit 40ff8fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions idc_index/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
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 40ff8fe

Please sign in to comment.