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 = "●"