mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
better logging totals counts
This commit is contained in:
parent
d06775923b
commit
096832210c
3 changed files with 98 additions and 89 deletions
|
@ -91,13 +91,13 @@ def archive_link(link_dir, link):
|
|||
if method_name not in link['history']:
|
||||
link['history'][method_name] = []
|
||||
|
||||
if not should_run(link_dir, link):
|
||||
if should_run(link_dir, link):
|
||||
if skipped_entirely:
|
||||
skipped_entirely = False
|
||||
print()
|
||||
else:
|
||||
continue
|
||||
|
||||
if skipped_entirely:
|
||||
skipped_entirely = False
|
||||
print()
|
||||
|
||||
log_archive_method_started(method_name)
|
||||
result = method_function(link_dir, link)
|
||||
log_archive_method_finished(result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue