aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils.py b/utils.py
index 1c879b31..7c69fca5 100755
--- a/utils.py
+++ b/utils.py
@@ -379,7 +379,6 @@ def load_feed():
# add the informations about the current article
# to the list of articles of the current feed
- #articles[feed_id] = articles.get(feed_id, [])
articles[feed_id].append(article_list)
# informations about a feed
bgstack15