diff --git a/pubspace.py b/pubspace.py index 4ba9b53..4e4d3fb 100644 --- a/pubspace.py +++ b/pubspace.py @@ -67,7 +67,7 @@ async def home(request: Request): file = payload["rel_path"] link = create_share(file) except Exception: - request.app.state.log.info(f"Failed to share {file}" + request.app.state.log.info(f"Failed to share {file}") return {"detail": "failed to create share"} if link: