mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-01-19 00:40:42 -06:00
Fixed a typo in last commit
This commit is contained in:
parent
c509433b2c
commit
276cd4b4dd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user