mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04: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),
|
total=len(links),
|
||||||
))
|
))
|
||||||
print(' Continue where you left off by running:')
|
print(' Continue where you left off by running:')
|
||||||
print(' {} {} {}'.format(
|
print(' {} {}'.format(
|
||||||
sys.argv[0],
|
sys.argv[0],
|
||||||
source,
|
|
||||||
link['timestamp'],
|
link['timestamp'],
|
||||||
))
|
))
|
||||||
if not isinstance(e, KeyboardInterrupt):
|
if not isinstance(e, KeyboardInterrupt):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue