Skip to content

Commit

Permalink
Fix typos discovered by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Aug 9, 2022
1 parent 9c531bc commit 3c1f620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions start.py
Original file line number Diff line number Diff line change
Expand Up @@ -1311,9 +1311,9 @@ def runConsole():

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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3c1f620

Please sign in to comment.