diff --git a/livres_en.py b/livres_en.py index 10c16ac..7b04f2d 100644 --- a/livres_en.py +++ b/livres_en.py @@ -27,8 +27,8 @@ for volume_tag in tags: if 'Volume' in volume_tag.get_text(): volume = int(volume_tag.get_text().replace('Volume ', '')) volumes.append( - Epub("The Wandering Inn - Volume %d" % volume, creator='Pirateaba', rights='Pirateaba', language='en', - cover='cover.png') + Epub("The Wandering Inn - Volume %d" % volume, creator='Pirateaba', rights='Pirateaba', + language='en', cover='cover.png') ) continue