This commit is contained in:
Andreas Bielawski 2016-11-21 23:22:21 +01:00
parent 4e964c94e6
commit 7e10ba1cee

2
bot.py
View File

@ -291,7 +291,7 @@ def check_rss(bot, job):
# Für 1 Nachricht pro Beitrag, tue dies:
# Entferne hier das "text + "...
text = text + '\n<b>' + title + '</b>\n<i>' + feed_title + '</i>\n' + content + '\n<a href="' + link + '">Auf ' + link_name + ' weiterlesen</a>\n'
# ...und setze hier vor jeder Zweile 2 zusätzliche Leerzeichen
# ...und setze hier vor jeder Zeile 2 zusätzliche Leerzeichen
if text != '':
newlast = newentr[0].id
r.set('pythonbot:rss:' + url + ':last_entry', newlast)