Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix style
  • Loading branch information
Juanjo Conti committed Sep 2, 2015
1 parent 14b49a2 commit df6ba18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion v7/import_goodreads/import_goodreads.py
Expand Up @@ -41,6 +41,7 @@

LOGGER = utils.get_logger('import_goodreads', utils.STDERR_HANDLER)


class CommandImportGoodreads(Command, ImportMixin):
"""Import a Goodreads RSS."""

Expand Down Expand Up @@ -122,4 +123,5 @@ def import_item(self, item):
title, slug, post_date.strftime(r'%Y/%m/%d %H:%m:%S'), '', tags)
self.write_content(
os.path.join(self.output_folder, slug + '.html'),
content)
content)

0 comments on commit df6ba18

Please sign in to comment.