mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
fix the add links form
This commit is contained in:
parent
215d5eae32
commit
ae208435c9
6 changed files with 10 additions and 8 deletions
|
@ -191,7 +191,7 @@ def log_deduping_finished(num_new_links: int):
|
|||
|
||||
|
||||
def log_crawl_started(new_links):
|
||||
print('{lightblue}[*] Starting crawl of {} sites 1 hop out from starting point{reset}'.format(len(new_links), **ANSI))
|
||||
print('{lightred}[*] Starting crawl of {} sites 1 hop out from starting point{reset}'.format(len(new_links), **ANSI))
|
||||
|
||||
### Indexing Stage
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue