From 07f9b3e4c92382c88d8b0c39bdd5cbf0bafe621a Mon Sep 17 00:00:00 2001 From: Datalux Date: Sun, 4 Apr 2021 19:56:18 +0200 Subject: [PATCH] fix: avoid return after exception --- src/Osintgram.py | 4 ---- 1 file changed, 4 deletions(-) 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")