From e40d7ddf0c091426e8c61cc1a5be5f15bd052c10 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 9 Apr 2021 12:38:38 -0700 Subject: update default postgrest ('db') API endpoint --- python/sandcrawler/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/sandcrawler/db.py') diff --git a/python/sandcrawler/db.py b/python/sandcrawler/db.py index 066e53b..c87b0ae 100644 --- a/python/sandcrawler/db.py +++ b/python/sandcrawler/db.py @@ -9,7 +9,7 @@ import requests class SandcrawlerPostgrestClient: - def __init__(self, api_url="http://aitio.us.archive.org:3030", **kwargs): + def __init__(self, api_url="http://wbgrp-svc506.us.archive.org:3030", **kwargs): self.api_url = api_url def get_cdx(self, url): -- cgit v1.2.3