aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/db.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-04-09 12:38:38 -0700
committerBryan Newbold <bnewbold@archive.org>2021-04-09 12:38:38 -0700
commite40d7ddf0c091426e8c61cc1a5be5f15bd052c10 (patch)
treeb50e96a8a49cb115fac67e25ff94a473a6549a21 /python/sandcrawler/db.py
parent3bcb9c1c318564f92ce91bee88eb29f92670138a (diff)
downloadsandcrawler-e40d7ddf0c091426e8c61cc1a5be5f15bd052c10.tar.gz
sandcrawler-e40d7ddf0c091426e8c61cc1a5be5f15bd052c10.zip
update default postgrest ('db') API endpoint
Diffstat (limited to 'python/sandcrawler/db.py')
-rw-r--r--python/sandcrawler/db.py2
1 files changed, 1 insertions, 1 deletions
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):