Skip to content

Commit

Permalink
Removed accidental whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Pieters authored and Mike Pieters committed Dec 29, 2018
1 parent 49f6502 commit feef27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit feef27b

Please sign in to comment.