new temp sched

main
samerbam 1 year ago
parent 651b91471c
commit df1fba6bbb

@ -57,7 +57,7 @@ class ThermalPrinter():
self.p = Dummy() 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") 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 # 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=""): def print_custom(self, text=""):
self.p.set(align="left") self.p.set(align="left")

Loading…
Cancel
Save