diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2025-07-10 16:50:28 -0700 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2025-07-10 16:50:28 -0700 |
| commit | 0f6cb5817ca93ce20c044657f59476bd2ff4db47 (patch) | |
| tree | ae9cdf2b97ea97b8af14a5d267d77c09880b2d6b | |
| parent | f0f97f1247fe305577a1f9fd7312bb33b762f053 (diff) | |
doh
| -rw-r--r-- | bin/bigclock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bigclock.py b/bin/bigclock.py index d5f847f..4a6eb29 100644 --- a/bin/bigclock.py +++ b/bin/bigclock.py @@ -1,4 +1,4 @@ -!#/usr/bin/python3 +#!/usr/bin/python3 import time import board |
