From 35125a5ac6277c038cba13674c7841833da1d0f8 Mon Sep 17 00:00:00 2001 From: samerbam Date: Wed, 23 Aug 2023 10:32:42 -0400 Subject: [PATCH] remove align left from todos --- application/thermal_print.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/thermal_print.py b/application/thermal_print.py index e218835..27bd92d 100644 --- a/application/thermal_print.py +++ b/application/thermal_print.py @@ -69,7 +69,7 @@ class ThermalPrinter(): this_line_width = len(x[0])+len(x[1]) # self.p.charcode("CP437") - self.p.set(align="left") + # self.p.set(align="left") self.p.text(x[0]) output = [] @@ -173,7 +173,7 @@ class ThermalPrinter(): print('end 1') print('start 2') - # self.print_todos() + self.print_todos() print('end 2') print('start 3')