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:
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"])