diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2025-07-11 09:03:02 -0700 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2025-07-11 09:03:02 -0700 |
| commit | 85f9728e1e11cabd7af5b05e9326225be70e630f (patch) | |
| tree | a4707e93612542bf4426f096f8e81b00f57e27eb /bin | |
| parent | 2eec0d4a6734b364eab2f69c4344208c17bfc17e (diff) | |
...
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 e8c4d90..78fca96 100755 --- a/bin/bigclock.py +++ b/bin/bigclock.py @@ -84,4 +84,4 @@ def printTime(): if __name__ == '__main__': while True: printTime() - time.sleep(5) + time.sleep(5)
\ No newline at end of file |
