瀏覽代碼

Fix succeded typo

simon987 6 年之前
父節點
當前提交
fa425b563e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      archivebox/logs.py

+ 1 - 1
archivebox/logs.py

@@ -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 + '/', '')))