Skip to content

Commit 992ae3d

Browse files
Minor cosmetical improvements
1 parent 7efcbc5 commit 992ae3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pagesearch/pagesearch_deepsearch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def sitemap_inspection(report_folder):
3030
ds_emails_list = [x for x in total_emails if x]
3131
ds_emails_cleaned = [', '.join(sublist) for sublist in ds_emails_list]
3232
ds_emails_return = list(set(ds_emails_cleaned))
33+
print(Fore.GREEN + "PageSearch Sitemap Inspection successfully ended\n")
3334
print(Fore.LIGHTGREEN_EX + "-------------------------------------------------")
3435
print(Fore.GREEN + f"\nDuring PageSearch Sitemap Inspection process:\n[+] Total {total_links_counter} links were checked")
3536
print(Fore.GREEN + f"[+] Among them, {accessed_links_counter} links were accessible")

0 commit comments

Comments
 (0)