remove output ref
This commit is contained in:
parent
e84c539cbb
commit
9e5c980737
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user