Fixed a typo in last commit

This commit is contained in:
Manuel Cortez 2020-06-09 11:45:00 -05:00
parent c509433b2c
commit 276cd4b4dd

View File

@ -146,7 +146,7 @@ class baseBufferController(baseBuffers.buffer):
tweetsList.append(tweet)
try:
tweet = self.session.twitter.show_status(id=l, include_ext_alt_text=True, tweet_mode="extended")
tweet["full_text"] = utils.find_urls_in_text(tweet["full_text"], tweet["entities"])
tweet["full_text"] = utils.expand_urls(tweet["full_text"], tweet["entities"])
except TwythonError as e:
utils.twitter_error(e)
return