zs

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

commit 34689edc7b18ae0300f2aaeca7491a69523a378b
parent 9fdbf5011773ca335285187833d5c14fbaee7fe4
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(-)

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