mirror of https://github.com/MatrixTM/MHDDoS.git
Merge pull request #384 from cclauss/patch-1
Fix typos discovered by codespell
This commit is contained in:
commit
97376ae7dd
6
start.py
6
start.py
|
|
@ -1311,9 +1311,9 @@ class ToolsConsole:
|
||||||
|
|
||||||
logger.info(
|
logger.info(
|
||||||
("Bytes Sent %s\n"
|
("Bytes Sent %s\n"
|
||||||
"Bytes Recived %s\n"
|
"Bytes Received %s\n"
|
||||||
"Packets Sent %s\n"
|
"Packets Sent %s\n"
|
||||||
"Packets Recived %s\n"
|
"Packets Received %s\n"
|
||||||
"ErrIn %s\n"
|
"ErrIn %s\n"
|
||||||
"ErrOut %s\n"
|
"ErrOut %s\n"
|
||||||
"DropIn %s\n"
|
"DropIn %s\n"
|
||||||
|
|
@ -1546,7 +1546,7 @@ def handleProxyList(con, proxy_li, proxy_ty, url=None):
|
||||||
logger.info(f"{bcolors.WARNING}Proxy Count: {bcolors.OKBLUE}{len(proxies):,}{bcolors.RESET}")
|
logger.info(f"{bcolors.WARNING}Proxy Count: {bcolors.OKBLUE}{len(proxies):,}{bcolors.RESET}")
|
||||||
else:
|
else:
|
||||||
logger.info(
|
logger.info(
|
||||||
f"{bcolors.WARNING}Empty Proxy File, running flood witout proxy{bcolors.RESET}")
|
f"{bcolors.WARNING}Empty Proxy File, running flood without proxy{bcolors.RESET}")
|
||||||
proxies = None
|
proxies = None
|
||||||
|
|
||||||
return proxies
|
return proxies
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue