changed frequency

This commit is contained in:
2025-11-17 04:02:19 +00:00
parent e7bf840308
commit 5c840aae63

View File

@@ -53,7 +53,7 @@ def main():
printer.connect() printer.connect()
while True: while True:
time.sleep(5) time.sleep(30)
# 3. Get the printer status data # 3. Get the printer status data
status = printer.get_state() status = printer.get_state()