mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 07:34:27 -04:00
better no links found message
This commit is contained in:
parent
d8d8f7c2cc
commit
525f8beb55
2 changed files with 7 additions and 1 deletions
|
@ -59,6 +59,7 @@ def log_parsing_finished(num_parsed: int, num_new_links: int, parser_name: str):
|
|||
def log_indexing_process_started():
|
||||
start_ts = datetime.now()
|
||||
_LAST_RUN_STATS.index_start_ts = start_ts
|
||||
print()
|
||||
print('{green}[*] [{}] Saving main index files...{reset}'.format(
|
||||
start_ts.strftime('%Y-%m-%d %H:%M:%S'),
|
||||
**ANSI,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue