mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-26 14:10:20 +00:00
fix resume cmd showing None in cli
This commit is contained in:
parent
eef1e5e597
commit
595b632765
1 changed files with 1 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue