mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-09-07 04:40:42 +02:00
rearrange files again
This commit is contained in:
@@ -27,6 +27,7 @@ from util import (
|
||||
download_url,
|
||||
progress,
|
||||
cleanup_archive,
|
||||
pretty_path,
|
||||
)
|
||||
|
||||
__DESCRIPTION__ = 'Bookmark Archiver: Create a browsable html archive of a list of links.'
|
||||
|
@@ -64,7 +64,7 @@ def archive_links(archive_path, links, source=None, resume=None):
|
||||
))
|
||||
print(' Continue where you left off by running:')
|
||||
print(' {} {}'.format(
|
||||
sys.argv[0],
|
||||
pretty_path(sys.argv[0]),
|
||||
link['timestamp'],
|
||||
))
|
||||
if not isinstance(e, KeyboardInterrupt):
|
||||
|
Reference in New Issue
Block a user