1
0
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:
Nick Sweeting
2021-04-13 02:21:51 -04:00
parent 54cab113f3
commit 2c6f0a96bf

View File

@@ -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,