From bb2fb54c2ef3f915e01415b87f58196a2dc37aa2 Mon Sep 17 00:00:00 2001 From: samerbam Date: Wed, 23 Aug 2023 10:01:54 -0400 Subject: [PATCH] left/right align todo test --- application/thermal_print.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/thermal_print.py b/application/thermal_print.py index a6c18d5..8844c41 100644 --- a/application/thermal_print.py +++ b/application/thermal_print.py @@ -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")