aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/fileset_strategies.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/sandcrawler/fileset_strategies.py')
-rw-r--r--python/sandcrawler/fileset_strategies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sandcrawler/fileset_strategies.py b/python/sandcrawler/fileset_strategies.py
index cc88da2..6e4ad10 100644
--- a/python/sandcrawler/fileset_strategies.py
+++ b/python/sandcrawler/fileset_strategies.py
@@ -222,7 +222,7 @@ class WebFilesetStrategy(FilesetIngestStrategy):
super().__init__()
self.ingest_strategy = IngestStrategy.WebFileset
self.wayback_client = WaybackClient()
- self.try_spn2 = True
+ self.try_spn2 = kwargs.get("try_spn2", True)
self.spn_client = SavePageNowClient(
spn_cdx_retry_sec=kwargs.get("spn_cdx_retry_sec", 9.0)
)