diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-29 23:10:30 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-29 23:10:30 +0200 |
commit | 46865b96bf90416a3cee865b1b8970bfb0d10fb7 (patch) | |
tree | 9ab5b52a81340662b80484454e7d0bc1f9742184 /pyaggr3g470r | |
parent | Added export to JSON. (diff) | |
download | newspipe-46865b96bf90416a3cee865b1b8970bfb0d10fb7.tar.gz newspipe-46865b96bf90416a3cee865b1b8970bfb0d10fb7.tar.bz2 newspipe-46865b96bf90416a3cee865b1b8970bfb0d10fb7.zip |
Added comments.
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r-- | pyaggr3g470r/export.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyaggr3g470r/export.py b/pyaggr3g470r/export.py index 502c82db..214997d0 100644 --- a/pyaggr3g470r/export.py +++ b/pyaggr3g470r/export.py @@ -203,6 +203,7 @@ def export_html(user): def export_json(user): """ + Export all articles of 'user' in JSON. """ result = [] for feed in user.feeds: |