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'.\