mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 20:48:27 +00:00
Merge pull request #226 from sp1rs/invalid-url-on-print-found-flag
Don't show invalid/error social site if --print-found flag is enabled.
This commit is contained in:
commit
723ca405e5
1 changed files with 2 additions and 1 deletions
|
@ -349,7 +349,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…
Add table
Reference in a new issue