left/right align todo test

main
samerbam 1 year ago
parent a5e880dfd2
commit bb2fb54c2e

@ -63,7 +63,7 @@ class ThermalPrinter():
self.p.text("\n\n")
# pass #TODO: add other greetings?
def print_todos(self, todos=[{"time": "1:00pm to 2:00pm", "text": "Read a book"}]):
def print_todos(self, todos=[{"time": "1:00pm-2:00pm", "text": "Read a book"}]):
for x in self._parse_todos(todos):
# print(x)
# self.p.charcode("cp437")

Loading…
Cancel
Save