chore: update my branch #1

Merged
Future merged 18 commits from update/alterware into alterware 2025-06-02 09:29:44 +00:00
Showing only changes of commit 7e8f7b87c9 - Show all commits

View File

@ -553,6 +553,7 @@ def extractUserFeedFromId(userId,workaroundTokens):
tweets.append(tweet) tweets.append(tweet)
return tweets return tweets
except Exception as e: except Exception as e:
print(f"Exception in extractUserFeedFromId: {str(e)}")
continue continue
raise TwExtractError(400, "Extract error") raise TwExtractError(400, "Extract error")