From 465f4c85c3a7fcf0de7df36340722251bc50e0e9 Mon Sep 17 00:00:00 2001 From: BlucyBlue Date: Sun, 20 Jan 2019 20:00:40 +0100 Subject: [PATCH] Typo in printout when reading proxies from file. --- sherlock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sherlock.py b/sherlock.py index 0e26d5bc..ab2cdd3d 100644 --- a/sherlock.py +++ b/sherlock.py @@ -438,9 +438,9 @@ def main(): if args.proxy_list != None: print((Style.BRIGHT + Fore.GREEN + "[" + Fore.YELLOW + "*" + - Fore.GREEN + "] Checking username" + + Fore.GREEN + "] Loading proxies from" + Fore.WHITE + " {}" + - Fore.GREEN + " on:").format(args.proxy_list)) + Fore.GREEN + " :").format(args.proxy_list)) proxy_list = load_proxies_from_csv(args.proxy_list)