mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-14 00:07:11 +10:00
fix resume cmd showing None in cli
This commit is contained in:
@@ -60,9 +60,8 @@ def archive_links(archive_path, links, source=None, resume=None):
|
||||
total=len(links),
|
||||
))
|
||||
print(' Continue where you left off by running:')
|
||||
print(' {} {} {}'.format(
|
||||
print(' {} {}'.format(
|
||||
sys.argv[0],
|
||||
source,
|
||||
link['timestamp'],
|
||||
))
|
||||
if not isinstance(e, KeyboardInterrupt):
|
||||
|
||||
Reference in New Issue
Block a user