zs

Zeitungsschau rss to email converter
git clone git://r-36.net/zs
Log | Files | Refs | LICENSE

commit 285512021b13bf125d11d4d4504f78732445dba8
parent 2445206759e75976ee9b3b59b5ae28610802cf22
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun,  9 Mar 2014 21:29:35 +0100

Syntax error.

Diffstat:
feeddb.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/feeddb.py b/feeddb.py @@ -177,7 +177,7 @@ class feeddb(object): return for article in curfeed["articles"]: - a = [art for art in history if art["id"] == \ + a = [art for art in curfeed["articles"] if art["id"] == \ article["id"]] if len(a) > 0: for aa in a: