From 4d03874f0666a92c677f0160c4865ddb9ba3b748 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 29 Apr 2026 15:42:59 -0500 Subject: [PATCH] Fix a bad comment-out --- fanficfare/epubutils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fanficfare/epubutils.py b/fanficfare/epubutils.py index 154336a8..a0ac867c 100644 --- a/fanficfare/epubutils.py +++ b/fanficfare/epubutils.py @@ -70,8 +70,7 @@ def get_cover_img(inputio): ## remove .. and the part it obviates coverhref = re.sub(r"([^/]+/\.\./)","",coverhref) covertype = item.getAttribute('media-type') - # logger.debug("covertype:%s coverhref:%s"%( - covertype,coverhref)) + # logger.debug("covertype:%s coverhref:%s"%(covertype,coverhref)) try: coverdata = epub.read(coverhref) # logger.debug("coverdatalen:%s"%len(coverdata))