Skip to content

Commit d0bbf10

Browse files
Replaced "Deep Mode" with "Sitemap Inspection mode" in some strings
1 parent 992ae3d commit d0bbf10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pagesearch/pagesearch_deepsearch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ def sitemap_inspection(report_folder):
3737
print(Fore.GREEN + f"[+] In result, {len(ds_emails_return)} unique e-mail addresses were found")
3838
return ds_emails_return
3939
except FileNotFoundError:
40-
print(Fore.RED + f"Cannot start PageSearch in Deep Mode because sitemap_links.txt file doesn't exist" + Style.RESET_ALL)
40+
print(Fore.RED + f"Cannot start PageSearch in Sitemap Inspection mode because sitemap_links.txt file doesn't exist" + Style.RESET_ALL)
4141
else:
42-
print(Fore.RED + f"Cannot start PageSearch in Deep Mode because sitemap_links.txt file doesn't exist" + Style.RESET_ALL)
42+
print(Fore.RED + f"Cannot start PageSearch in Sitemap Inspection mode because sitemap_links.txt file doesn't exist" + Style.RESET_ALL)

0 commit comments

Comments
 (0)