diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2025-07-12 16:12:13 -0700 |
|---|---|---|
| committer | DDD <don@suspectdevices.com> | 2025-07-12 16:12:13 -0700 |
| commit | 9a370a7458a624baf31d5f1ae10a37f6b410eee2 (patch) | |
| tree | e28c35c07a4eee29a7e7a34830ea17d3b918ed82 /bin | |
| parent | a875c9dd67a1413fb75e938f46bc7dfaaf85fd37 (diff) | |
add some service
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/bigclock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bigclock.py b/bin/bigclock.py index d27d8a8..222b0ff 100755 --- a/bin/bigclock.py +++ b/bin/bigclock.py @@ -77,7 +77,7 @@ def printTime(): clearCollumn(10) printNum4(int(date_string[3]),11) lcd.cursor_position(14,0) - lcd.message=date_string[:-2] + lcd.message=date_string[-2:] lcd.cursor_position(15,1) lcd.message=datetime.now().strftime("%d%b") |
