diff --git a/run.py b/run.py index 2892f94..5e6c579 100644 --- a/run.py +++ b/run.py @@ -428,7 +428,7 @@ async def api_delete_job(request, job_id): await broadcast({ "action": "delete_job", "data": data, - }, "jobs") + }, ["jobs", f"job-{job_id}"]) return response.text("ok")