remove align left from todos
This commit is contained in:
parent
6f3523f190
commit
35125a5ac6
@ -69,7 +69,7 @@ class ThermalPrinter():
|
|||||||
this_line_width = len(x[0])+len(x[1])
|
this_line_width = len(x[0])+len(x[1])
|
||||||
|
|
||||||
# self.p.charcode("CP437")
|
# self.p.charcode("CP437")
|
||||||
self.p.set(align="left")
|
# self.p.set(align="left")
|
||||||
self.p.text(x[0])
|
self.p.text(x[0])
|
||||||
|
|
||||||
output = []
|
output = []
|
||||||
@ -173,7 +173,7 @@ class ThermalPrinter():
|
|||||||
print('end 1')
|
print('end 1')
|
||||||
|
|
||||||
print('start 2')
|
print('start 2')
|
||||||
# self.print_todos()
|
self.print_todos()
|
||||||
print('end 2')
|
print('end 2')
|
||||||
|
|
||||||
print('start 3')
|
print('start 3')
|
||||||
|
Loading…
Reference in New Issue
Block a user