diff --git a/web/api.py b/web/api.py index 6b0d001..2f131c4 100644 --- a/web/api.py +++ b/web/api.py @@ -236,7 +236,6 @@ def run_task(task_id: str): str(DB_PATH)], cwd=str(kin_root), stdout=subprocess.DEVNULL, - stderr=subprocess.DEVNULL, ) return JSONResponse({"status": "started", "task_id": task_id}, status_code=202)