changeset 341:6d0e29e22b12 trim

merge
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 04 Mar 2026 21:14:15 +0000
parents af5ee299cbbe (diff) 1485b43a1dc2 (current diff)
children 4759d6ac4625
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/python/cc/lmh/warc2cdb.py	Tue Mar 03 14:25:09 2026 +0000
+++ b/lib/python/cc/lmh/warc2cdb.py	Wed Mar 04 21:14:15 2026 +0000
@@ -138,7 +138,7 @@
       if subdir in ['warc','robotstxt']:
         warc.warc(infile_name,LMHline,[warc.REQ,warc.RESP],parts=3)
       elif subdir == 'crawldiagnostics':
-        warc.warc(infile_name,LMHline,[warc.RESP, warc.REVISIT],parts=3)
+        warc.warc(infile_name,LMHline,[warc.REQ,warc.RESP, warc.REVISIT],parts=3)
       else:
         print('bogus type %s'%subdir,file=sys.stderr)
         exit(1)