temp sched time

This commit is contained in:
samerbam 2023-08-28 11:35:24 -04:00
parent f6d73021d0
commit 651b91471c

View File

@ -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")