All articles should be unread. - zs - Zeitungsschau rss to email converter
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 34689edc7b18ae0300f2aaeca7491a69523a378b
(DIR) parent 9fdbf5011773ca335285187833d5c14fbaee7fe4
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 9 Mar 2014 20:19:00 +0100
All articles should be unread.
Diffstat:
feeddb.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/feeddb.py b/feeddb.py
@@ -175,6 +175,6 @@ class feeddb(object):
return
for article in curfeed["articles"]:
- if article in feed["history"]:
+ if article in feed["articles"]:
article["unread"] == False