aboutsummaryrefslogtreecommitdiffstats
path: root/python/persist_tool.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/persist_tool.py')
-rwxr-xr-xpython/persist_tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/persist_tool.py b/python/persist_tool.py
index 29345e2..a91d4c3 100755
--- a/python/persist_tool.py
+++ b/python/persist_tool.py
@@ -27,7 +27,7 @@ def run_cdx(args):
pusher = CdxLinePusher(
worker,
args.cdx_file,
- filter_http_statuses=[200],
+ filter_http_statuses=[200, 226],
filter_mimetypes=filter_mimetypes,
#allow_octet_stream
batch_size=200,