mirror of
https://github.com/openzim/zimit.git
synced 2025-09-25 22:02:07 -04:00
account for new failed field in crawl.json
This commit is contained in:
parent
c31e80608e
commit
fc9ad3759e
@ -51,6 +51,7 @@ def test_stats_output():
|
|||||||
"pending": 0,
|
"pending": 0,
|
||||||
"pendingPages": [],
|
"pendingPages": [],
|
||||||
"total": 5,
|
"total": 5,
|
||||||
|
"failed": 0,
|
||||||
"limit": {"max": 0, "hit": False},
|
"limit": {"max": 0, "hit": False},
|
||||||
}
|
}
|
||||||
with open("/output/warc2zim.json") as fh:
|
with open("/output/warc2zim.json") as fh:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user