From 23ae127e27dbdbef4bdfdbb895a61e7fcf9830e4 Mon Sep 17 00:00:00 2001 From: xxmathexx <101976624+xxmathexx@users.noreply.github.com> Date: Fri, 4 Aug 2023 18:06:02 -0300 Subject: [PATCH] instagram.py --- instagram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instagram.py b/instagram.py index 89b2b05..1ce1540 100644 --- a/instagram.py +++ b/instagram.py @@ -49,7 +49,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('[-] Username: {}\n[-] Password: {}\n\n'.\