diff --git a/app/client.py b/app/client.py index f70d877..c21e7aa 100644 --- a/app/client.py +++ b/app/client.py @@ -134,7 +134,7 @@ async def leave_server(guild_id): @command async def get_status(websocket, request_id): # Return the status object - await websocket.send({"request_id": request_id, "status": client_status}) + await websocket.send({"type":"response", "request_id": request_id, "status": client_status}) @command async def run_task(websocket, task_id, duration_seconds):