This commit is contained in:
david rice
2026-04-10 10:37:14 +01:00
parent dc9def5a2a
commit 8f51d6220d

View File

@@ -59,8 +59,7 @@ def main():
time.sleep(args.off) time.sleep(args.off)
except KeyboardInterrupt: except KeyboardInterrupt:
print(f"\nStopped after {cycles} cycle(s). Leaving display OFF.") print(f"\nStopped after {cycles} cycle(s). Display left in last state.")
toggle("off")
if __name__ == "__main__": if __name__ == "__main__":