feed_titel entfernt

(Kann wenn gewünscht einfach wieder hinzugefügt werden)
This commit is contained in:
Akamaru 2017-10-04 14:37:01 +02:00
parent a405be8cb9
commit 2f3cd8b366

2
bot.py
View File

@ -278,7 +278,7 @@ def check_feed(bot, key):
content = utils.get_content(entry.summary)
else:
content = ''
text = '<b>[</b>#RSS<b>] {post_title}</b>\n<i>{feed_title}</i>\n{content}'.format(
text = '<b>[</b>#RSS<b>] {post_title}</b>\n{content}'.format(
post_title=post_title,
feed_title=feed_title,
content=content