Typo in printout when reading proxies from file.

pull/157/head
BlucyBlue 6 years ago committed by Yahya SayadArbabi
parent 9f523365f7
commit 465f4c85c3

@ -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)

Loading…
Cancel
Save