Typo in printout when reading proxies from file.
This commit is contained in:
committed by
Yahya SayadArbabi
parent
9f523365f7
commit
465f4c85c3
+2
-2
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user