From be527fde9cf0ff73b759d7d6e4655f11b9fdf6d2 Mon Sep 17 00:00:00 2001 From: moreisah <50470236+moreisah@users.noreply.github.com> Date: Wed, 15 May 2019 23:18:58 +0100 Subject: [PATCH] Update pulse.py --- pulse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulse.py b/pulse.py index d452f48..d61487c 100644 --- a/pulse.py +++ b/pulse.py @@ -71,7 +71,7 @@ def kill(self,msg=None): try: if self.isFound: self.display(msg) - print ' [-] Password Found' + print ' [-] Password Found' with open('Cracked.txt','a') as f: f.write('[-] Site: {}\n[-] Username: {}\n[-] Password: {}\n\n'.\