bugfix
This commit is contained in:
parent
2f983b1e3d
commit
f2652e1c2c
@ -29,7 +29,7 @@ class UserPermisions:
|
|||||||
await self.refresh_all_cup()
|
await self.refresh_all_cup()
|
||||||
|
|
||||||
async def refresh_user_cup(self, userid):
|
async def refresh_user_cup(self, userid):
|
||||||
cup = await self.get_cached_user_cup(userid):
|
cup = await self.get_cached_user_cup(userid)
|
||||||
if cup:
|
if cup:
|
||||||
await self.load_user_cup(userid)
|
await self.load_user_cup(userid)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user