From d077e2cbf56a927e8115e001b2b70ffd394fa65f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 12 Aug 2025 17:29:21 +0800 Subject: [PATCH] bugfix --- filemgr/filemgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemgr/filemgr.py b/filemgr/filemgr.py index b3b02ca..e6fe7ea 100644 --- a/filemgr/filemgr.py +++ b/filemgr/filemgr.py @@ -67,7 +67,7 @@ class FileMgr: e = Exception(f'owner mismatch({u.userorgid=})') exception(f'{e=}\n{format_exc()}') raise - quota, expired_date = await self.get_organization_quote(sor, + quota, expired_date = await self.get_organization_quota(sor, u.userorgid) if quota is None: e = Exception(f'{ownerid} has not quota')