From dfb282ea9eff4d6d156616430445d87d1aeef370 Mon Sep 17 00:00:00 2001 From: samerbam Date: Wed, 23 Aug 2023 12:38:11 -0400 Subject: [PATCH] fix --- application/thermal_print.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/thermal_print.py b/application/thermal_print.py index c41e99b..cb4ca4c 100644 --- a/application/thermal_print.py +++ b/application/thermal_print.py @@ -67,7 +67,7 @@ class ThermalPrinter(): self.p.set(align="left") for x in self._parse_todos(todos): # print(x) - # this_line_width = len(x[0])+len(x[1]) + this_line_width = len(x[0])+len(x[1]) # # self.p.charcode("CP437") # # self.p.set(align="left")