Skip to content

Commit

Permalink
fixing typos in prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsmmdoha committed Aug 13, 2023
1 parent ec7bd21 commit 0a7319d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def banner():
try:
get("https://google.com")
except:
exit("\033[91;1mGet an internet connection first; you morone!!!\033[0m")
exit("\033[91;1mGet an internet connection first; you moron!!!\033[0m \n")

url = input("\033[93mEnter the url to be masked: ")
mask = input("Enter a masking domain: ")
Expand Down

0 comments on commit 0a7319d

Please sign in to comment.