From df1fba6bbb0b8193e5a1629fb2ec6db0f7233e19 Mon Sep 17 00:00:00 2001 From: samerbam Date: Mon, 28 Aug 2023 11:42:28 -0400 Subject: [PATCH] new temp sched --- 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 db9fc2d..85ae149 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:37").do(self.print_default) + schedule.every().day.at("11:44").do(self.print_default) def print_custom(self, text=""): self.p.set(align="left")