1
0
Fork 0
mirror of synced 2024-06-30 12:00:41 +12:00

Fix succeded typo

This commit is contained in:
simon987 2019-03-21 19:59:09 -04:00
parent d798117081
commit fa425b563e

View file

@ -169,6 +169,6 @@ def log_archiving_finished(num_links):
ANSI['reset'], ANSI['reset'],
)) ))
print(' - {} entries skipped'.format(_LAST_RUN_STATS['skipped'])) 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(' - {} errors'.format(_LAST_RUN_STATS['failed']))
print(' To view your archive, open: {}/index.html'.format(OUTPUT_DIR.replace(REPO_DIR + '/', ''))) print(' To view your archive, open: {}/index.html'.format(OUTPUT_DIR.replace(REPO_DIR + '/', '')))