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:
|
||||
while True:
|
||||
live.update(generate_layout())
|
||||
sleep(0.5)
|
||||
sleep(0.1)
|
||||
mqtt.loop_stop()
|
||||
LOG.info("bye")
|
||||
except Exception:
|
||||
|
|
Loading…
Reference in a new issue