diff options
-rw-r--r-- | pyaggr3g470r/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyaggr3g470r/views.py b/pyaggr3g470r/views.py index d09ff8f4..8dc4c7c7 100644 --- a/pyaggr3g470r/views.py +++ b/pyaggr3g470r/views.py @@ -354,6 +354,7 @@ def export_articles(): return response @app.route('/export_opml/', methods=['GET']) +@login_required def export_opml(): """ Export all feeds to OPML. |