Syntax error. - zs - Zeitungsschau rss to email converter
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 285512021b13bf125d11d4d4504f78732445dba8
(DIR) parent 2445206759e75976ee9b3b59b5ae28610802cf22
(HTM) 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(-)
---
(DIR) 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: