remove output ref

This commit is contained in:
samerbam 2023-08-23 12:47:53 -04:00
parent e84c539cbb
commit 9e5c980737

View File

@ -94,14 +94,14 @@ class ThermalPrinter():
# for s in range((len(x[0])+1)):
# self.p.text(" ")
output.append( (" "*(32-(len(x[0])+1)))+t )
self.p.text( (" "*(32-(len(x[0])+1)))+t+"\n" )
# self.p.text(t + "\n")
print(output)
for l in output:
print(l)
self.p.text(l + "\n")
# print(output)
# for l in output:
# print(l)
# self.p.text(l + "\n")
self.p.text("\n")
self.p.set(align="left")
self.p.text("\n")