From 6f3523f1907a758cb4700f092b6a9f44077fc697 Mon Sep 17 00:00:00 2001 From: samerbam Date: Wed, 23 Aug 2023 10:28:47 -0400 Subject: [PATCH] temp prevent printing 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 e10ed3d..e218835 100644 --- a/application/thermal_print.py +++ b/application/thermal_print.py @@ -68,7 +68,7 @@ class ThermalPrinter(): # print(x) this_line_width = len(x[0])+len(x[1]) - self.p.charcode("CP437") + # self.p.charcode("CP437") self.p.set(align="left") self.p.text(x[0]) @@ -173,7 +173,7 @@ class ThermalPrinter(): print('end 1') print('start 2') - self.print_todos() + # self.print_todos() print('end 2') print('start 3')