We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07e535 commit ab37417Copy full SHA for ab37417
ckanext/harvest_basket/harvesters/csw.py
@@ -10,9 +10,9 @@
10
from requests import utils as request_utils
11
import owslib.util as ows_util
12
13
-from requests_cache import install_cache
14
-def ff(resp):
15
- 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")
16
# install_cache("/tmp/csw-harvester", "sqlite", filter_fn=ff)
17
18
log = logging.getLogger(__name__)
0 commit comments