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')