From 9810f4c5dd3b25c27a220e766e99cd1892f0c3c9 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 11 Apr 2021 12:07:10 +0200 Subject: [PATCH] Fix flake8 --- livres_en.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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