From 2f3cd8b366dd5cd679e79627f07af6e4802f7868 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Wed, 4 Oct 2017 14:37:01 +0200 Subject: [PATCH] feed_titel entfernt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Kann wenn gewünscht einfach wieder hinzugefügt werden) --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index a0f2847..8680f93 100644 --- a/bot.py +++ b/bot.py @@ -278,7 +278,7 @@ def check_feed(bot, key): content = utils.get_content(entry.summary) else: content = '' - text = '[#RSS] {post_title}\n{feed_title}\n{content}'.format( + text = '[#RSS] {post_title}\n{content}'.format( post_title=post_title, feed_title=feed_title, content=content