Skip to content

Commit 3fa21a3

Browse files
authored
Update Password.py
1 parent f1e0a11 commit 3fa21a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Password.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class password():
4848
try:
4949
colorama.init()
5050
print(Fore.RED)
51-
Type = input('Strong or Weak Passwords: ')
51+
Type = input('Strong, Weak or Have i been pwned: ')
5252
print(Style.RESET_ALL)
5353
print(Style.RESET_ALL)
5454
if Type == "1":

0 commit comments

Comments
 (0)