From 57e484a44fe3d75158865e410665183c7a7423fa Mon Sep 17 00:00:00 2001 From: samerbam Date: Thu, 24 Aug 2023 21:43:15 -0400 Subject: [PATCH] remove newline --- 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 f2b9abd..a196936 100644 --- a/application/thermal_print.py +++ b/application/thermal_print.py @@ -122,7 +122,7 @@ class ThermalPrinter(): # for l in output: # print(l) # self.p.text(l + "\n") - self.p.text("\n") + # self.p.text("\n") self.p.set(align="left") self.p.text("\n")