Fix missing await when starting diva profile

This commit is contained in:
2024-05-26 15:58:28 +02:00
parent a5fd6e65d6
commit 31ce293a8c
3 changed files with 5 additions and 2 deletions

View File

@ -54,7 +54,7 @@ class DivaCustomizeItemData(BaseData):
Given a game version and an aime id, return the cstmz_itm_have hex string
required for diva directly
"""
items_list = self.get_customize_items(aime_id, version)
items_list = await self.get_customize_items(aime_id, version)
if items_list is None:
items_list = []
item_have = 0