remove newline

This commit is contained in:
samerbam 2023-08-24 21:43:15 -04:00
parent 45aac33f7c
commit 57e484a44f

View File

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