diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2024-08-23 22:40:18 -0700 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2024-08-23 22:40:18 -0700 |
| commit | 5d33e53b332a635cb2890ba3c3c43b3776421b75 (patch) | |
| tree | 371251c2ac3647d2c995c4fe14995cfee7f62167 /bin/clock.py | |
| parent | 672efbf2f146c3a9c9df73d252f296f82e503624 (diff) | |
...
Diffstat (limited to 'bin/clock.py')
| -rwxr-xr-x | bin/clock.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/clock.py b/bin/clock.py index 09b7bb0..bc8227b 100755 --- a/bin/clock.py +++ b/bin/clock.py @@ -70,7 +70,6 @@ def draw_clock(t: datetime): # Draw a black filled box to clear the image. while True: - try: thetime=datetime.now() if(displayIsOff): if (thetime.hour<=22 and thetime.hour>=6): |
