diff --git a/server.py b/server.py index 05eebfa..ce1e4c0 100644 --- a/server.py +++ b/server.py @@ -95,7 +95,7 @@ async def broadcast_labels_periodically(): ws.send(payload) for ws in CLIENTS.values() ), return_exceptions=True) 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)