Skip to content

Commit

Permalink
Update Password.py
Browse files Browse the repository at this point in the history
  • Loading branch information
suchsoak authored Dec 6, 2023
1 parent f1e0a11 commit 3fa21a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Password.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class password():
try:
colorama.init()
print(Fore.RED)
Type = input('Strong or Weak Passwords: ')
Type = input('Strong, Weak or Have i been pwned: ')
print(Style.RESET_ALL)
print(Style.RESET_ALL)
if Type == "1":
Expand Down

0 comments on commit 3fa21a3

Please sign in to comment.