From a50d456074b71db7892a59d657247175db7c2117 Mon Sep 17 00:00:00 2001 From: "youri.apell@gmail.com" Date: Fri, 4 Nov 2022 00:22:00 +0100 Subject: [PATCH] fixing the clickable tweet text --- dashboard.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dashboard.py b/dashboard.py index e832057..5040641 100644 --- a/dashboard.py +++ b/dashboard.py @@ -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: