mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 14:05:21 -04:00
fix: Restore html functionality
This commit is contained in:
parent
ce5979de45
commit
e403d07a88
3 changed files with 12 additions and 8 deletions
|
@ -308,7 +308,7 @@ def write_snapshot_details(snapshot: List[Model], out_dir: Optional[str]=None, s
|
|||
out_dir = out_dir or snapshot.snapshot_dir
|
||||
|
||||
write_json_snapshot_details(snapshot, out_dir=out_dir)
|
||||
#write_html_snapshot_details(snapshot, out_dir=out_dir) TODO: Refactor html code too
|
||||
write_html_snapshot_details(snapshot, out_dir=out_dir)
|
||||
if not skip_sql_index:
|
||||
write_sql_snapshot_details(snapshot)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue