Skip to content
Snippets Groups Projects
Commit c480542b authored by Geels, Brendan Ryan's avatar Geels, Brendan Ryan :tophat:
Browse files

Merge branch 'point-calibrations-metadata-to-production-url' into 'master'

Update InstrumentCalibrations to point at production database.

See merge request !359
parents 9ae7ab99 a36f1a06
No related branches found
No related tags found
1 merge request!359Update InstrumentCalibrations to point at production database.
Pipeline #521564 passed
......@@ -322,7 +322,7 @@ def get_instrument_calibrations(
metadata = []
factory = MetadataFactory(
url=metadata_url or "https://staging-geomag.cr.usgs.gov/ws/secure/metadata",
url=metadata_url or "https://geomag.usgs.gov/ws/secure/metadata",
)
query = Metadata(
category=MetadataCategory.INSTRUMENT,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment