mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 22:54:22 +00:00
commit
0075daa45c
1 changed files with 1 additions and 1 deletions
|
@ -169,6 +169,6 @@ def log_archiving_finished(num_links):
|
|||
ANSI['reset'],
|
||||
))
|
||||
print(' - {} entries skipped'.format(_LAST_RUN_STATS['skipped']))
|
||||
print(' - {} entries updated'.format(_LAST_RUN_STATS['succeded']))
|
||||
print(' - {} entries updated'.format(_LAST_RUN_STATS['succeeded']))
|
||||
print(' - {} errors'.format(_LAST_RUN_STATS['failed']))
|
||||
print(' To view your archive, open: {}/index.html'.format(OUTPUT_DIR.replace(REPO_DIR + '/', '')))
|
||||
|
|
Loading…
Reference in a new issue