diff --git a/run.py b/run.py index 644ffa1..b91ae1d 100644 --- a/run.py +++ b/run.py @@ -389,7 +389,7 @@ async def job(request, job_id): if job.count == 0: raise NotFound() - return {"job": job[0], 'relative_path_to_root': '../../', 'path': request.path} + return {"job": job[0], 'relative_path_to_root': '../', 'path': request.path} @app.route('/')