debug line
This commit is contained in:
parent
3716ce8a36
commit
5b5e83a0fc
@ -87,6 +87,7 @@ class ThermalPrinter():
|
|||||||
todo_text = textwrap.wrap(x[1], todo_text_max_len)
|
todo_text = textwrap.wrap(x[1], todo_text_max_len)
|
||||||
# t_text = textwrap.wrap()
|
# t_text = textwrap.wrap()
|
||||||
fele = todo_text.pop(0)
|
fele = todo_text.pop(0)
|
||||||
|
print(todo_text_max_len-len(fele))
|
||||||
self.p.text(" "*(todo_text_max_len-len(fele)) + fele)
|
self.p.text(" "*(todo_text_max_len-len(fele)) + fele)
|
||||||
|
|
||||||
todo_text = textwrap.wrap(' '.join(todo_text), 32)
|
todo_text = textwrap.wrap(' '.join(todo_text), 32)
|
||||||
|
Loading…
Reference in New Issue
Block a user