From 97b910f72e49dce6449d2b064baa6b9d4cb30862 Mon Sep 17 00:00:00 2001 From: jiisanda Date: Sun, 15 Dec 2024 03:44:24 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20pylint=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/db/repositories/documents/document_sharing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/db/repositories/documents/document_sharing.py b/app/db/repositories/documents/document_sharing.py index 5bc3169..8edd9e9 100644 --- a/app/db/repositories/documents/document_sharing.py +++ b/app/db/repositories/documents/document_sharing.py @@ -176,7 +176,7 @@ async def send_mail( user_mail = await self.get_user_mail(user) subj = f"DocFlow: {user.username} share a document" content = f""" - Visit the link: {link}, to access the document + Visit the link: {link}, to access the document shared by {user.username} | {user_mail}. """