One error. - zs - Zeitungsschau rss to email converter
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 2445206759e75976ee9b3b59b5ae28610802cf22
 (DIR) parent a6344904fc25294ad3a3e8c15b8db1c2815e5c8b
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun,  9 Mar 2014 21:28:40 +0100
       
       One error.
       
       Diffstat:
         feeddb.py                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/feeddb.py b/feeddb.py
       @@ -181,7 +181,7 @@ class feeddb(object):
                                        article["id"]]
                                if len(a) > 0:
                                        for aa in a:
       -                                        a["unread"] = False:
       +                                        a["unread"] = False
                        self.writefeed(uri, feed);
        
                def resetarticles(self, uri):