diff --git a/run.py b/run.py index 4a1d3d4..0ea62b8 100644 --- a/run.py +++ b/run.py @@ -115,7 +115,6 @@ async def jobs_dispatcher(): async def run_job(worker, job): await broadcast({ "target": "job", - "id": job.id, "data": model_to_dict(job), }, "jobs")