Skip to content

Commit bb4341c

Browse files
Merge pull request #3183 from dp0000000004-eng/patch-2
Fix print statement formatting in facebook id hack.py
2 parents 08e6bb3 + da2986a commit bb4341c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

facebook id hack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def function(email, passw, i):
5656
email = input("Enter Email/Username : ")
5757

5858
print("\nTarget Email ID : ", email)
59-
print("\nTrying Passwords from list ...")
59+
print("Trying Passwords from list ...")
6060

6161
i = 0
6262
while file:

0 commit comments

Comments
 (0)