printout: decrease printout interval

This commit is contained in:
Franzi 2024-07-31 14:56:26 +02:00
parent 263b166c93
commit 4ef8e65157
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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: