From 651b91471c3e680ae8570b5d779b54bbc55dc65c Mon Sep 17 00:00:00 2001 From: samerbam Date: Mon, 28 Aug 2023 11:35:24 -0400 Subject: [PATCH] temp sched time --- 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 03becb4..db9fc2d 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("08:00").do(self.print_default) + schedule.every().day.at("11:37").do(self.print_default) def print_custom(self, text=""): self.p.set(align="left")