This commit is contained in:
Gabe 2022-03-03 16:21:44 -06:00 committed by GitHub
parent 5303c60d36
commit e3171077db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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