fixing the clickable tweet text
This commit is contained in:
@@ -42,10 +42,6 @@ def words(message):
|
||||
def generate_tweet(ctx, e):
|
||||
tweet = dict(e.data)
|
||||
try:
|
||||
try:
|
||||
tweet.pop("id_str")
|
||||
except KeyError:
|
||||
pass
|
||||
try:
|
||||
tweet.pop("display_text_range")
|
||||
except KeyError:
|
||||
|
||||
Reference in New Issue
Block a user