From 2bb7e628376dca20578599ed0032f58fa8e7f05e Mon Sep 17 00:00:00 2001 From: ReAnzu Date: Sat, 3 Mar 2018 00:47:05 -0600 Subject: [PATCH] Fixed improper formatting for the resize constant --- server/szurubooru/func/images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/szurubooru/func/images.py b/server/szurubooru/func/images.py index 9b34a864..83ba1c8c 100644 --- a/server/szurubooru/func/images.py +++ b/server/szurubooru/func/images.py @@ -12,7 +12,7 @@ logger = logging.getLogger(__name__) _SCALE_FIT_FMT = ( - r'scale=\'{width}:{height}\'') + r"scale='{width}:{height}'") class Image: