mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-26 05:40:19 +00:00
Don't show invalid/error social site if --print-found flag is enabled.
This commit is contained in:
parent
b94c2b19dc
commit
ed08f979f0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue