diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-12 19:18:20 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-12 19:18:20 +0200 |
commit | 70d5bf5170ff47cee66e4c59e5ee588193543787 (patch) | |
tree | 5c3721beb97f7999d4669d50c0eefead51a99dbb /pyaggr3g470r/views.py | |
parent | Trying the export to HTML option on Heroku (3). (diff) | |
download | newspipe-70d5bf5170ff47cee66e4c59e5ee588193543787.tar.gz newspipe-70d5bf5170ff47cee66e4c59e5ee588193543787.tar.bz2 newspipe-70d5bf5170ff47cee66e4c59e5ee588193543787.zip |
Trying the export to HTML option on Heroku (4).
Diffstat (limited to 'pyaggr3g470r/views.py')
-rw-r--r-- | pyaggr3g470r/views.py | 1 |
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: |