From ed08f979f04d68b52347fbf2f86fa55dd335de97 Mon Sep 17 00:00:00 2001 From: sp1rs Date: Fri, 12 Jul 2019 00:47:25 +0530 Subject: [PATCH] Don't show invalid/error social site if --print-found flag is enabled. --- sherlock.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sherlock.py b/sherlock.py index 13067cfc..59fa4aa9 100755 --- a/sherlock.py +++ b/sherlock.py @@ -345,7 +345,8 @@ def sherlock(username, site_data, verbose=False, tor=False, unique_tor=False, pr exists = "no" elif error_type == "": - print_invalid(social_network, "Error!") + if not print_found_only: + print_invalid(social_network, "Error!") exists = "error" # Save exists flag