From ae2061481bc92c71cb4513a83595a4daf192fd52 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Tue, 23 Nov 2010 23:16:49 +0100 Subject: Added return to epub() function. --- pyAggr3g470r.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyAggr3g470r.py') diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 610b69b4..9e7f1860 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -491,7 +491,7 @@ class Root: (article[6], article[6]) html += """
\nPlain text\n""" % \ (feed_id, article_id) - html += """\nExport to epub\n""" % \ + html += """ - Export to epub\n""" % \ (feed_id, article_id) html += """
\nComplete story\n
\n""" % \ (article[3].encode('utf-8'),) @@ -1222,7 +1222,7 @@ class Root: ez_epub.makeBook(article[2], [self.feeds[feed_id][3]], [section], \ os.path.normpath(folder + "article"), lang='en-US', cover=None) break - + return self.description(param) epub.exposed = True -- cgit