aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index d4fbcdfc..dd6cc9c8 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -148,13 +148,6 @@ class Root:
html += '<a accesskey="F" href="/fetch/"><img src="/img/check-news.png" title="Check for news" /></a>\n'
- #for feed in feeds:
- #for article in self.mongo.get_articles_from_collection(feed["collection_id"]):
- #try:
- #print article["article_title"], article["article_date"], article["article_readed"]
- #except:
- #pass
-
# The main page display all the feeds.
for feed in feeds:
html += """<h2><a name="%s"><a href="%s" rel="noreferrer"
bgstack15