From 04311024dbc8a848f149bf8f0f810b7db67938e6 Mon Sep 17 00:00:00 2001 From: samerbam Date: Mon, 28 Aug 2023 11:45:33 -0400 Subject: [PATCH] fix --- application/thermal_print.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/thermal_print.py b/application/thermal_print.py index 85ae149..458d491 100644 --- a/application/thermal_print.py +++ b/application/thermal_print.py @@ -57,7 +57,7 @@ class ThermalPrinter(): self.p = Dummy() print("Try running `export DYLD_LIBRARY_PATH=/opt/homebrew/lib` if on m1 mac. source: https://github.com/pyusb/pyusb/issues/355#issuecomment-1062798576") # raise - schedule.every().day.at("11:44").do(self.print_default) + schedule.every().day.at("11:46").do(self.print_default) def print_custom(self, text=""): self.p.set(align="left") @@ -209,7 +209,7 @@ class ThermalPrinter(): # print('end 1') # print('start 2') - self.print_todos() + self.print_todos(self.database.read_todos(datetime.today().strftime('%Y-%m-%d'))) # print('end 2') # print('start 3')