From 94d71eeccffdef97308485cbbfb657eeb967baf5 Mon Sep 17 00:00:00 2001 From: mayurpardeshi300 <49052181+mayurpardeshi300@users.noreply.github.com> Date: Sat, 25 Jul 2020 16:36:33 +0530 Subject: [PATCH] Update facebook.py parenthesis was missing --- facebook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facebook.py b/facebook.py index ffb9e77..23cc6b1 100644 --- a/facebook.py +++ b/facebook.py @@ -76,7 +76,7 @@ def welcome(): """ total = open(passwordlist,"r") total = total.readlines() - print wel + print print(welcome!!!) print " [*] Account to crack : {}".format(email) print " [*] Loaded :" , len(total), "passwords" print " [*] Cracking, please wait ...\n\n"