Skip to content

Commit

Permalink
Revert from ? to -
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Apr 9, 2024
1 parent b00474a commit 5d5d807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sherlock/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def update(self, result):
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}" +
Expand All @@ -242,7 +242,7 @@ def update(self, result):
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" +
Expand Down

0 comments on commit 5d5d807

Please sign in to comment.