From 6e62a96562d8160b22eef33c55c2987c93e0d33f Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Fri, 24 Aug 2018 22:17:05 +0200 Subject: [PATCH] Remove RT line from tweet --- tootbot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tootbot.py b/tootbot.py index fb5f889..21c103a 100755 --- a/tootbot.py +++ b/tootbot.py @@ -72,8 +72,8 @@ for t in reversed(d.entries): #h = BeautifulSoup(t.summary_detail.value, "html.parser") c = t.title - if t.author != '(%s)' % twitter: - c = ("RT %s\n" % t.author[1:-1]) + c +# if t.author != '(%s)' % twitter: +# c = ("RT %s\n" % t.author[1:-1]) + c toot_media = [] # get the pictures... for p in re.finditer(r"https://pbs.twimg.com/[^ \xa0\"]*", t.summary):