aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r/views.py')
-rw-r--r--pyaggr3g470r/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyaggr3g470r/views.py b/pyaggr3g470r/views.py
index 9ce597e6..a38dffcd 100644
--- a/pyaggr3g470r/views.py
+++ b/pyaggr3g470r/views.py
@@ -394,7 +394,6 @@ def export_articles():
Export all articles.
"""
user = User.query.filter(User.id == g.user.id).first()
- archive_file, archive_file_name = export.export_html(user)
try:
archive_file, archive_file_name = export.export_html(user)
except:
bgstack15