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")