From fa425b563e9e9d2c1938b4a333537231e7245834 Mon Sep 17 00:00:00 2001 From: simon987 Date: Thu, 21 Mar 2019 19:59:09 -0400 Subject: [PATCH] Fix succeded typo --- archivebox/logs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivebox/logs.py b/archivebox/logs.py index b636ab1e..6b365b43 100644 --- a/archivebox/logs.py +++ b/archivebox/logs.py @@ -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 + '/', '')))