printout: decrease printout interval
This commit is contained in:
parent
263b166c93
commit
4ef8e65157
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ try:
|
||||||
with Live(generate_layout(), screen=True) as live:
|
with Live(generate_layout(), screen=True) as live:
|
||||||
while True:
|
while True:
|
||||||
live.update(generate_layout())
|
live.update(generate_layout())
|
||||||
sleep(0.5)
|
sleep(0.1)
|
||||||
mqtt.loop_stop()
|
mqtt.loop_stop()
|
||||||
LOG.info("bye")
|
LOG.info("bye")
|
||||||
except Exception:
|
except Exception:
|
||||||
|
|
Loading…
Reference in a new issue