Skip to content

Commit 80dd95e

Browse files
Renamed "Scanning process" to "Basic scanning process"
1 parent 8c76104 commit 80dd95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpulse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def run():
9797
print(Fore.GREEN + "Report type: " + Fore.LIGHTCYAN_EX + Style.BRIGHT + report_filetype.lower() + Style.RESET_ALL)
9898
print(Fore.GREEN + "PageSearch conduction: " + Fore.LIGHTCYAN_EX + Style.BRIGHT + pagesearch_ui_mark + Style.RESET_ALL)
9999
print(Fore.GREEN + "Case comment: " + Fore.LIGHTCYAN_EX + Style.BRIGHT + case_comment + Style.RESET_ALL + "\n")
100-
print(Fore.LIGHTMAGENTA_EX + "[SCANNING PROCESS]\n" + Style.RESET_ALL)
100+
print(Fore.LIGHTMAGENTA_EX + "[BASIC SCANNING PROCESS]\n" + Style.RESET_ALL)
101101
spinner_thread = ProgressBar()
102102
spinner_thread.start()
103103
if report_filetype.lower() == 'pdf':

0 commit comments

Comments
 (0)