bugfix
This commit is contained in:
parent
3230731f31
commit
bc1b44592c
@ -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):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user