mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-17 20:01:44 +02:00
fix extra arg
This commit is contained in:
@@ -66,7 +66,6 @@ def parse_json_main_index(out_dir: Path=OUTPUT_DIR) -> Iterator[Link]:
|
||||
Link.from_json(links[0])
|
||||
except Exception as err:
|
||||
print(" {lightyellow}! Found an index.json in the project root but couldn't load links from it: {} {}".format(
|
||||
index_path,
|
||||
err.__class__.__name__,
|
||||
err,
|
||||
**ANSI,
|
||||
|
Reference in New Issue
Block a user