From 3e119d77c19f2e4c2ecf930fe0e9f4cb49101890 Mon Sep 17 00:00:00 2001 From: samerbam Date: Wed, 23 Aug 2023 13:07:11 -0400 Subject: [PATCH] more debug --- application/thermal_print.py | 1 + 1 file changed, 1 insertion(+) diff --git a/application/thermal_print.py b/application/thermal_print.py index 020380e..c0f935b 100644 --- a/application/thermal_print.py +++ b/application/thermal_print.py @@ -88,6 +88,7 @@ class ThermalPrinter(): # t_text = textwrap.wrap() fele = todo_text.pop(0) print(todo_text_max_len-len(fele)) + print(fele) self.p.text(" "*(todo_text_max_len-len(fele)) + fele) todo_text = textwrap.wrap(' '.join(todo_text), 32)