This commit is contained in:
yumoqing 2026-03-20 13:31:22 +08:00
parent 3230731f31
commit bc1b44592c

View File

@ -61,7 +61,7 @@ where a.id = c.userid
e = min(arr, key=lambda x: x["touch_time"]) e = min(arr, key=lambda x: x["touch_time"])
del self.cups[e['userid']] del self.cups[e['userid']]
return cup return cup
debug(f'{db.e_except=}') debug(f'{db.e_except=}, {userid=}')
return None return None
async def is_user_has_path_perm(self, userid, path): async def is_user_has_path_perm(self, userid, path):