From 9fcf6f898d9285fa960582d53ef60423e9c4777f Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Mon, 16 Apr 2012 07:50:23 +0200 Subject: Bugifx: the 'feed' dictionary doesn't contains a 'feed_id' key. --- source/pyAggr3g470r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index 1284ea3e..93e40c9a 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -593,7 +593,7 @@ class Root: html += """

You are receiving articles from this feed to the address: %s. """ % \ (utils.mail_to, utils.mail_to) html += """Stop receiving articles from this feed.

""" % \ - (feed[feed_id], ) + (feed_id, ) if articles != []: last_article = utils.string_to_datetime(str(articles[0]["article_date"])) -- cgit