zs

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

commit 413f6c943226db4abb04d269d58cac9d6695e26c
parent 164d36b87c95097423385a81ad2bcc9c916f209e
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sat, 24 Oct 2015 20:45:51 +0200

Now the maximum entries comment is correct.

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

diff --git a/zeitungsschau/feed.py b/zeitungsschau/feed.py @@ -217,7 +217,7 @@ def parse(astr): articles.append(article) - # Will not process feeds with more than 64 entries. Can you hear me + # Will not process more than 64 feed entries. Can you hear me # Richard Stallman? try: feed["articles"] = sorted(articles, key=lambda article: \