mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 07:34:27 -04:00
use parsed timestamps instead of now
This commit is contained in:
parent
21c62043e3
commit
af8b9b5fdf
2 changed files with 4 additions and 4 deletions
|
@ -70,7 +70,7 @@ def merge_links(archive_path=OUTPUT_DIR, import_path=None, only_new=False):
|
|||
|
||||
num_new_links = len(all_links) - len(existing_links)
|
||||
if num_new_links and not only_new:
|
||||
print('[{green}+{reset}] [{}] Adding {} new links from {} to {}/index.json (parsed as {})'.format(
|
||||
print('[{green}+{reset}] [{}] Adding {} new links from {} to {}/index.json (detected {} format)'.format(
|
||||
datetime.now().strftime('%Y-%m-%d %H:%M:%S'),
|
||||
num_new_links,
|
||||
pretty_path(import_path),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue