diff --git a/brother_ql_web.py b/brother_ql_web.py index dcdeaaf..9a4c111 100755 --- a/brother_ql_web.py +++ b/brother_ql_web.py @@ -163,7 +163,7 @@ def create_label_grocy(text, **kwargs): product_font = ImageFont.truetype(kwargs['font_path'], 100) duedate_font = ImageFont.truetype(kwargs['font_path'], 60) width = kwargs['width'] - height = 200 + height = kwargs['height'] if kwargs['orientation'] == 'rotated': tw = width width = height