mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-24 15:13:03 +02: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),
|
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):
|
||||||
|
Reference in New Issue
Block a user