mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-28 08:39:54 +02:00
refactor: Update mentions of the html index in the logs
This commit is contained in:
committed by
Cristian Vargas
parent
572b46cecf
commit
7fc9b7d456
@@ -264,8 +264,8 @@ def log_archiving_paused(num_links: int, idx: int, timestamp: str):
|
|||||||
total=num_links,
|
total=num_links,
|
||||||
))
|
))
|
||||||
print()
|
print()
|
||||||
print(' {lightred}Hint:{reset} To view your archive index, open:'.format(**ANSI))
|
print(' {lightred}Hint:{reset} To view your archive index, run:'.format(**ANSI))
|
||||||
print(' {}/{}'.format(OUTPUT_DIR, HTML_INDEX_FILENAME))
|
print(' archivebox server # then visit http://127.0.0.1:8000')
|
||||||
print(' Continue archiving where you left off by running:')
|
print(' Continue archiving where you left off by running:')
|
||||||
print(' archivebox update --resume={}'.format(timestamp))
|
print(' archivebox update --resume={}'.format(timestamp))
|
||||||
|
|
||||||
@@ -291,8 +291,8 @@ def log_archiving_finished(num_links: int):
|
|||||||
print(' - {} links updated'.format(_LAST_RUN_STATS.succeeded + _LAST_RUN_STATS.failed))
|
print(' - {} links updated'.format(_LAST_RUN_STATS.succeeded + _LAST_RUN_STATS.failed))
|
||||||
print(' - {} links had errors'.format(_LAST_RUN_STATS.failed))
|
print(' - {} links had errors'.format(_LAST_RUN_STATS.failed))
|
||||||
print()
|
print()
|
||||||
print(' {lightred}Hint:{reset} To view your archive index, open:'.format(**ANSI))
|
print(' {lightred}Hint:{reset} To view your archive index, run:'.format(**ANSI))
|
||||||
print(' {}/{}'.format(OUTPUT_DIR, HTML_INDEX_FILENAME))
|
print(' archivebox server # then visit http://127.0.0.1:8000')
|
||||||
print(' Or run the built-in webserver:')
|
print(' Or run the built-in webserver:')
|
||||||
print(' archivebox server')
|
print(' archivebox server')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user