From 14800df3fd414ea5dee25d698af89e5852903bbd Mon Sep 17 00:00:00 2001 From: Michael An <2331806369@qq.com> Date: Tue, 19 Nov 2024 17:39:12 +0800 Subject: [PATCH] 06 change comment --- seahub/profile/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/profile/models.py b/seahub/profile/models.py index e51c2bb7a7..60036db360 100644 --- a/seahub/profile/models.py +++ b/seahub/profile/models.py @@ -91,7 +91,7 @@ class ProfileManager(models.Manager): return None def get_contact_email_by_user(self, username): - """Get a user's contact email, use username(login email) if not found. + """Get a user's contact email, return None if not found. """ p = self.get_profile_by_user(username) if p and p.contact_email: