Skip to content

Commit ab37417

Browse files
committed
chore: do not use requests cache
1 parent c07e535 commit ab37417

File tree

1 file changed

+3
-3
lines changed
  • ckanext/harvest_basket/harvesters

1 file changed

+3
-3
lines changed

ckanext/harvest_basket/harvesters/csw.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
from requests import utils as request_utils
1111
import owslib.util as ows_util
1212

13-
from requests_cache import install_cache
14-
def ff(resp):
15-
return resp.url.startswith("https://www.mrt.tas.gov.au")
13+
# from requests_cache import install_cache
14+
# def ff(resp):
15+
# return resp.url.startswith("https://www.mrt.tas.gov.au")
1616
# install_cache("/tmp/csw-harvester", "sqlite", filter_fn=ff)
1717

1818
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)