From a6d58ebf6b6ba617b3592724a10172b54ce9069d Mon Sep 17 00:00:00 2001 From: owl Date: Tue, 18 Feb 2025 18:21:10 +0700 Subject: [PATCH] fix height7 --- tgbot/shit/render.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgbot/shit/render.py b/tgbot/shit/render.py index 729f18a..ee69d67 100644 --- a/tgbot/shit/render.py +++ b/tgbot/shit/render.py @@ -67,7 +67,7 @@ def render_text_on_image(input_image_path, text_to_draw, output_image_path=None, WIDTH = 29 -HEIGHT = 10 +HEIGHT = 9 EMPTY_DOT = "◌" FILLED_DOT = "●"