From e3171077db6af8e85351c353a165bff865f7dc19 Mon Sep 17 00:00:00 2001 From: Gabe <66077254+MrBrain295@users.noreply.github.com> Date: Thu, 3 Mar 2022 16:21:44 -0600 Subject: [PATCH] fix --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index 059f323..d8f89bf 100644 --- a/start.py +++ b/start.py @@ -1083,7 +1083,7 @@ if __name__ == '__main__': proxy_li.parent.mkdir(parents=True, exist_ok=True) with proxy_li.open("w") as wr: Proxies: Set[Proxy] = ProxyManager.DownloadFromConfig(con, proxy_ty) - logger.info(f"{len(Proxies):,} Proxies are getting checked, this may take awhile !") + logger.info(f"{len(Proxies):,} Proxies are getting checked, this may take awhile!") Proxies = ProxyChecker.checkAll(Proxies, url.human_repr(), 1, threads) if not Proxies: exit( "Proxy Check failed, Your network may be the problem | The target may not be"