diff --git a/fanficfare/story.py b/fanficfare/story.py index a0674d4d..9d78fd86 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)