diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2025-07-10 22:15:27 -0700 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2025-07-10 22:15:27 -0700 |
| commit | b8f107831d132cb333fac55dc525e9e5d1f0d684 (patch) | |
| tree | 9262b578d6fa4c905fa7bc54e5a4c977b199a6c5 | |
| parent | b9e348932048ff10fcf11824a10625ba0f654646 (diff) | |
debiggit
| -rwxr-xr-x | bin/bigclock.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bigclock.py b/bin/bigclock.py index 26fdb45..83d4b92 100755 --- a/bin/bigclock.py +++ b/bin/bigclock.py @@ -66,6 +66,7 @@ def clearCollumn(col=6): def printTime(): date_string = f'{datetime.now():%I%M%p}' + print(date_string) if (date_string[0] == '1'): printShort1() else: |
