river: better workspace

This commit is contained in:
2025-05-01 23:42:24 +02:00
parent 72b635ff42
commit 722a096c1e
2 changed files with 5 additions and 4 deletions

View File

@@ -191,7 +191,7 @@ class River(Service):
# Main event loop
logger.info("[RiverService] Entering main event loop")
while True:
display.roundtrip()
display.dispatch(block=True)
time.sleep(0.01) # Small sleep to prevent CPU spinning
except Exception as e: