Add logging for extractUserFeedFromId fail

This commit is contained in:
Dylan 2025-05-23 23:58:21 +01:00
parent f3adcf0c78
commit 7e8f7b87c9

View File

@ -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")