aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index 6dc48d43..ccb47150 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -961,7 +961,7 @@ class Root:
# Mark all articles as read.
if param == "":
- pass
+ self.articles.mark_as_read(True, None, None)
# Mark all articles from a feed as read.
elif param == "Feed" or param == "Feed_FromMainPage":
self.articles.mark_as_read(True, identifiant, None)
bgstack15