diff --git a/ckanext/harvest_basket/harvesters/csw.py b/ckanext/harvest_basket/harvesters/csw.py index 60638d4..f4fed37 100644 --- a/ckanext/harvest_basket/harvesters/csw.py +++ b/ckanext/harvest_basket/harvesters/csw.py @@ -10,9 +10,9 @@ from requests import utils as request_utils import owslib.util as ows_util -from requests_cache import install_cache -def ff(resp): - return resp.url.startswith("https://www.mrt.tas.gov.au") +# from requests_cache import install_cache +# def ff(resp): +# return resp.url.startswith("https://www.mrt.tas.gov.au") # install_cache("/tmp/csw-harvester", "sqlite", filter_fn=ff) log = logging.getLogger(__name__)