diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2024-08-31 11:55:49 -0700 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2024-08-31 11:55:49 -0700 |
| commit | acedb6d0d1f1e6a3843b7eb1e15b4cc9217b5d87 (patch) | |
| tree | e15fc38b1969c14b375b1a5f91fd96383ab77ff6 /bin | |
| parent | 07ca8dc4659ea90dc934a1fa64fd9e9e3888180d (diff) | |
fix center
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/analogclock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/analogclock.py b/bin/analogclock.py index fce01e0..16854f3 100644 --- a/bin/analogclock.py +++ b/bin/analogclock.py @@ -57,7 +57,7 @@ x = 0 font = ImageFont.load_default() def draw_clock(t: datetime): - center=(bottom-top)/2 + center=((bottom-top)/2)+padding linefill=(128, 96, 0, 255) h=t.hour m=t.minute |
