diff --git a/src/Osintgram.py b/src/Osintgram.py index 2dc5b093..a39ecc46 100644 --- a/src/Osintgram.py +++ b/src/Osintgram.py @@ -1201,7 +1201,6 @@ def get_fwersemail(self): except ClientThrottledError as e: pc.printout("\nError: Instagram blocked the requests. Please wait a few minutes before you try again.", pc.RED) pc.printout("\n") - return if len(results) > 0: @@ -1281,7 +1280,6 @@ def get_fwingsemail(self): except ClientThrottledError as e: pc.printout("\nError: Instagram blocked the requests. Please wait a few minutes before you try again.", pc.RED) pc.printout("\n") - return print("\n") @@ -1362,7 +1360,6 @@ def get_fwingsnumber(self): except ClientThrottledError as e: pc.printout("\nError: Instagram blocked the requests. Please wait a few minutes before you try again.", pc.RED) pc.printout("\n") - return print("\n") @@ -1444,7 +1441,6 @@ def get_fwersnumber(self): except ClientThrottledError as e: pc.printout("\nError: Instagram blocked the requests. Please wait a few minutes before you try again.", pc.RED) pc.printout("\n") - return print("\n")