aboutsummaryrefslogtreecommitdiff
path: root/bin/clock.py
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2024-08-23 22:40:18 -0700
committerD Delmar Davis <don@suspectdevices.com>2024-08-23 22:40:18 -0700
commit5d33e53b332a635cb2890ba3c3c43b3776421b75 (patch)
tree371251c2ac3647d2c995c4fe14995cfee7f62167 /bin/clock.py
parent672efbf2f146c3a9c9df73d252f296f82e503624 (diff)
...
Diffstat (limited to 'bin/clock.py')
-rwxr-xr-xbin/clock.py1
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):