diff --git a/load_proxies.py b/load_proxies.py index 2dab6205..d8a0a913 100644 --- a/load_proxies.py +++ b/load_proxies.py @@ -22,7 +22,6 @@ def load_proxies_from_csv(path_to_list): return proxies - def check_proxy(proxy_ip, proxy_port, protocol): """ A function which test the proxy by attempting @@ -44,10 +43,6 @@ def check_proxy(proxy_ip, proxy_port, protocol): return False - -from colorama import Fore, Style - - def check_proxy_list(proxy_list, max_proxies=None): """ A function which takes in one mandatory argument -> a proxy list in