From f51b21cfeb06adad906c63026e2c85e079bd476f Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 22 Apr 2015 14:04:25 -0500 Subject: [PATCH] Add to FimF cover_exclusion_regexp and smaller cover when href not found. --- fanficfare/story.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fanficfare/story.py b/fanficfare/story.py index a0674d4..9d78fd8 100644 --- a/fanficfare/story.py +++ b/fanficfare/story.py @@ -51,7 +51,7 @@ try: export = False img = Image() img.load(data) - + owidth, oheight = img.size nwidth, nheight = sizes scaled, nwidth, nheight = fit_image(owidth, oheight, nwidth, nheight)