zs

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

commit aa60d29283b1ec34654250040a372e3a17c7b0d1
parent 86eaa6478dd9b6c0803f811d98632a73479aa017
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun, 24 Feb 2019 15:03:46 +0100

Remove untrue comment about RMS.

Diffstat:
zeitungsschau/feed.py | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

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