diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2025-06-22 12:13:10 -0700 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2025-06-22 12:13:10 -0700 |
| commit | 61cfea3661f5933e9d261a6fa76009540e5ef693 (patch) | |
| tree | 96bcf16d44f81203bf9ced04d2172e00011a2bc2 /bin | |
| parent | c21f94c284661f462eba5075a28cd476cf017f8d (diff) | |
silly
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/timetemp.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/timetemp.py b/bin/timetemp.py index 12d9317..0bccf0b 100644 --- a/bin/timetemp.py +++ b/bin/timetemp.py @@ -18,7 +18,7 @@ display = segments.Seg7x4(i2c) display.fill(0) while True: display.print(time.strftime("%H:%M")) - time.sleep(30) + time.sleep(5) file=open('/var/lib/prometheus/node-exporter/temp.prom') display.colon = False for line in file.readlines(): @@ -27,5 +27,5 @@ while True: display.print(str(values[1])[0:4]+'f') file.close() display.colon = False - time.sleep(30) + time.sleep(5)
\ No newline at end of file |
