From 9f26b4113fd9b3d3e470a28b4b5eb9a5f8ec571c Mon Sep 17 00:00:00 2001 From: Husainali786 <50270131+Husainali786@users.noreply.github.com> Date: Tue, 22 Oct 2019 20:15:13 +0530 Subject: [PATCH] Update facebook.py --- facebook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facebook.py b/facebook.py index ffb9e77..0ee2f08 100644 --- a/facebook.py +++ b/facebook.py @@ -76,7 +76,7 @@ def welcome(): """ total = open(passwordlist,"r") total = total.readlines() - print wel + print (wel) print " [*] Account to crack : {}".format(email) print " [*] Loaded :" , len(total), "passwords" print " [*] Cracking, please wait ...\n\n"