Revert from ? to -

pull/2069/head
Paul Pfeister 1 month ago
parent b00474a2bf
commit 5d5d8075b9

@ -224,7 +224,7 @@ class QueryNotifyPrint(QueryNotify):
elif result.status == QueryStatus.UNKNOWN:
if self.print_all:
print(Style.BRIGHT + Fore.WHITE + "[" +
Fore.RED + "?" +
Fore.RED + "-" +
Fore.WHITE + "]" +
Fore.GREEN + f" {self.result.site_name}:" +
Fore.RED + f" {self.result.context}" +
@ -242,7 +242,7 @@ class QueryNotifyPrint(QueryNotify):
elif result.status == QueryStatus.WAF:
if self.print_all:
print(Style.BRIGHT + Fore.WHITE + "[" +
Fore.RED + "?" +
Fore.RED + "-" +
Fore.WHITE + "]" +
Fore.GREEN + f" {self.result.site_name}:" +
Fore.RED + " Blocked by bot detection" +

Loading…
Cancel
Save