Merge pull request #384 from cclauss/patch-1

Fix typos discovered by codespell
This commit is contained in:
MH_ProDev 2022-08-10 05:20:06 +04:30 committed by GitHub
commit 97376ae7dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1311,9 +1311,9 @@ class ToolsConsole:
logger.info(
("Bytes Sent %s\n"
"Bytes Recived %s\n"
"Bytes Received %s\n"
"Packets Sent %s\n"
"Packets Recived %s\n"
"Packets Received %s\n"
"ErrIn %s\n"
"ErrOut %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}")
else:
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
return proxies