diff --git a/twExtract/__init__.py b/twExtract/__init__.py index c59f056..1af5bf3 100644 --- a/twExtract/__init__.py +++ b/twExtract/__init__.py @@ -553,6 +553,7 @@ def extractUserFeedFromId(userId,workaroundTokens): tweets.append(tweet) return tweets except Exception as e: + print(f"Exception in extractUserFeedFromId: {str(e)}") continue raise TwExtractError(400, "Extract error")