We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c76104 commit 80dd95eCopy full SHA for 80dd95e
dpulse.py
@@ -97,7 +97,7 @@ def run():
97
print(Fore.GREEN + "Report type: " + Fore.LIGHTCYAN_EX + Style.BRIGHT + report_filetype.lower() + Style.RESET_ALL)
98
print(Fore.GREEN + "PageSearch conduction: " + Fore.LIGHTCYAN_EX + Style.BRIGHT + pagesearch_ui_mark + Style.RESET_ALL)
99
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)
+ print(Fore.LIGHTMAGENTA_EX + "[BASIC SCANNING PROCESS]\n" + Style.RESET_ALL)
101
spinner_thread = ProgressBar()
102
spinner_thread.start()
103
if report_filetype.lower() == 'pdf':
0 commit comments