diff options
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-x | pyAggr3g470r.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index fc5bce84..442cf08f 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -554,6 +554,7 @@ class Root: def tuned(self, param): """ + Enable or disable to notifications of news for a feed. """ try: action, feed_id = param.split(':') @@ -575,6 +576,7 @@ class Root: pass conn.commit() c.close() + return self.index() tuned.exposed = True |