mirror of
https://github.com/MatrixTM/MHDDoS.git
synced 2024-11-16 11:42:42 +08:00
fix
This commit is contained in:
parent
5303c60d36
commit
e3171077db
2
start.py
2
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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user