From bc7f51098e1a96403edae6795eacd868e12bbdcd Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 16 Jun 2021 17:04:41 +0200 Subject: [PATCH] Fix bad typo --- pubspace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: