diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2025-06-22 14:47:01 -0700 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2025-06-22 14:47:01 -0700 |
| commit | 960bc800bbb16ffab8e08b7927c766ec7aeb08d5 (patch) | |
| tree | 7c111b583082fea793c6d9abfe3479f667c59a3a | |
| parent | 389f929f514098c061cba47d810f0361c4f98af1 (diff) | |
Fix typo
| -rwxr-xr-x | bin/timetemp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/timetemp.py b/bin/timetemp.py index 0bccf0b..de5727a 100755 --- a/bin/timetemp.py +++ b/bin/timetemp.py @@ -20,7 +20,7 @@ while True: display.print(time.strftime("%H:%M")) time.sleep(5) file=open('/var/lib/prometheus/node-exporter/temp.prom') - display.colon = False + display.colon = True for line in file.readlines(): values=line.split()[0:2] if values[0]=='home_temperature_farenheit': |
