Updates server logic
All checks were successful
Build and Push Multi-Platform Docker Image / build-and-push (push) Successful in 16s

This commit is contained in:
Hirviturkki
2025-04-21 21:28:35 +02:00
parent 4ac82d6134
commit ba3a514c97

View File

@@ -95,7 +95,7 @@ async def broadcast_labels_periodically():
ws.send(payload) for ws in CLIENTS.values() ws.send(payload) for ws in CLIENTS.values()
), return_exceptions=True) ), return_exceptions=True)
logging.debug("Broadcasted labels to %d clients", len(CLIENTS)) logging.debug("Broadcasted labels to %d clients", len(CLIENTS))
logging.info("Broadcasted labels to %d clients", len(CLIENTS)) logging.info(f"Broadcasted labels >>>>>> {payload}")
await asyncio.sleep(1) await asyncio.sleep(1)