diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2023-08-28 20:32:06 -0700 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2023-08-28 20:32:06 -0700 |
| commit | a240cf79f2c00b760f331152f27de20061878608 (patch) | |
| tree | 61a16ce8c1d2ea525be767856f4dee8a0603feb5 | |
| parent | c62f8498071455aae6f3ff57b162d842deb9e77b (diff) | |
off at 8
| -rwxr-xr-x | clock.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ while True: disp.poweron() displayIsOff=False else: - if (thetime.hour>18 or thetime.hour<6): + if (thetime.hour>19 or thetime.hour<6): disp.poweroff() displayIsOff=True |
