From 873b187ca4f2f238297ae7c3ee86c8b4e16c72cb Mon Sep 17 00:00:00 2001 From: samerbam Date: Wed, 23 Aug 2023 12:43:03 -0400 Subject: [PATCH] hmm --- application/thermal_print.py | 1 + 1 file changed, 1 insertion(+) diff --git a/application/thermal_print.py b/application/thermal_print.py index cb4ca4c..e1dca74 100644 --- a/application/thermal_print.py +++ b/application/thermal_print.py @@ -80,6 +80,7 @@ class ThermalPrinter(): for o in output: self.p.text(o) + self.p.text("\n") # # for s in range((32-this_line_width)): # # self.p.text(" ")