Skip to content

Commit

Permalink
Update usr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonCatalyst committed May 11, 2024
1 parent 7aed74d commit da42592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def main(username):

input_text = sys.argv[1]

confirmation = input(f"\n {Fore.RED}[{Fore.YELLOW}!{Fore.RED}] {Fore.WHITE}Do you want to run a username search{Fore.RED}? {Fore.LIGHTBLACK_EX}({Fore.WHITE}y{Fore.LIGHTBLACK_EX}/{Fore.WHITE}n{Fore.LIGHTBLACK_EX}){Fore.YELLOW}: {Style.RESET_ALL}")
confirmation = input(f"\n {Fore.RED}[{Fore.YELLOW}!{Fore.RED}] {Fore.WHITE}Do you want to run a username search{Fore.RED}? {Fore.LIGHTBLACK_EX}({Fore.WHITE}y{Fore.LIGHTBLACK_EX}/{Fore.WHITE}n{Fore.LIGHTBLACK_EX}){Fore.YELLOW}: {Style.RESET_ALL}")
if confirmation.lower() != 'y':
#print("Script execution aborted.")
sys.exit(0)
Expand Down

0 comments on commit da42592

Please sign in to comment.