From feef27b2e49b8a1674d72e1bef9a91a4cfbd8051 Mon Sep 17 00:00:00 2001 From: Mike Pieters Date: Sat, 29 Dec 2018 02:45:19 +0100 Subject: [PATCH] Removed accidental whitespace --- sherlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock.py b/sherlock.py index b8842a6..25bf1d5 100644 --- a/sherlock.py +++ b/sherlock.py @@ -164,7 +164,7 @@ def main(): if args.tor or args.unique_tor: print("Warning: some websites might refuse connecting over TOR, so note that using this option might increase connection errors.") - # Run report on all specified users. + # Run report on all specified users. for username in args.username: print() sherlock(username, verbose=args.verbose, tor=args.tor, unique_tor=args.unique_tor)