mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[fix] error from c/p
This commit is contained in:
parent
9432403fd4
commit
c77e45d551
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -496,7 +496,7 @@ async def api_restart_job(request, job_id):
|
|||
|
||||
await broadcast({
|
||||
"action": "update_job",
|
||||
"data": data,
|
||||
"data": model_to_dict(job),
|
||||
}, ["jobs", f"job-{job_id}"])
|
||||
|
||||
return response.text("ok")
|
||||
|
|
Loading…
Add table
Reference in a new issue