aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2025-07-10 17:05:52 -0700
committerD Delmar Davis <don@suspectdevices.com>2025-07-10 17:05:52 -0700
commit1fa581424730a48b0b32f180b9b10de61ee248e1 (patch)
tree2aaf1d0282892c4b8ab839e9ab30c81a91ed5f5c /bin
parent00e89ca4fab8c095e6ead0405bdb29b7f0c2c616 (diff)
Fine True then.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bigclock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bigclock.py b/bin/bigclock.py
index 9ab475d..d863ead 100755
--- a/bin/bigclock.py
+++ b/bin/bigclock.py
@@ -80,6 +80,6 @@ def printTime():
lcd.message=datetime.now().strftime("%d%b")
if __name__ == '__main__':
- while true:
+ while True:
printTime()
time.sleep(60)