mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-14 19:57:27 +08:00
cm: add awaits (fixes #104)
This commit is contained in:
@@ -144,7 +144,7 @@ class OngekiBright(OngekiBase):
|
||||
}
|
||||
|
||||
async def handle_cm_get_user_item_api_request(self, data: Dict) -> Dict:
|
||||
return self.handle_get_user_item_api_request(data)
|
||||
return await self.handle_get_user_item_api_request(data)
|
||||
|
||||
async def handle_cm_get_user_gacha_supply_api_request(self, data: Dict) -> Dict:
|
||||
# not used for now? not sure what it even does
|
||||
|
||||
Reference in New Issue
Block a user