temp sched time
This commit is contained in:
parent
f6d73021d0
commit
651b91471c
@ -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("08:00").do(self.print_default)
|
schedule.every().day.at("11:37").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…
Reference in New Issue
Block a user