Skip to content

Commit

Permalink
Renamed "Scanning process" to "Basic scanning process"
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Aug 15, 2024
1 parent 8c76104 commit 80dd95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpulse.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def run():
print(Fore.GREEN + "Report type: " + Fore.LIGHTCYAN_EX + Style.BRIGHT + report_filetype.lower() + Style.RESET_ALL)
print(Fore.GREEN + "PageSearch conduction: " + Fore.LIGHTCYAN_EX + Style.BRIGHT + pagesearch_ui_mark + Style.RESET_ALL)
print(Fore.GREEN + "Case comment: " + Fore.LIGHTCYAN_EX + Style.BRIGHT + case_comment + Style.RESET_ALL + "\n")
print(Fore.LIGHTMAGENTA_EX + "[SCANNING PROCESS]\n" + Style.RESET_ALL)
print(Fore.LIGHTMAGENTA_EX + "[BASIC SCANNING PROCESS]\n" + Style.RESET_ALL)
spinner_thread = ProgressBar()
spinner_thread.start()
if report_filetype.lower() == 'pdf':
Expand Down

0 comments on commit 80dd95e

Please sign in to comment.