forked from Hay1tsme/artemis
Basic working diva frontend with name editing and lv string editing. Working on playlog page
This commit is contained in:
@ -102,7 +102,7 @@ class DivaProfileData(BaseData):
|
||||
self.logger.error(
|
||||
f"update_profile: failed to update profile! profile: {aime_id}"
|
||||
)
|
||||
return None
|
||||
return result
|
||||
|
||||
async def get_profile(self, aime_id: int, version: int) -> Optional[List[Dict]]:
|
||||
"""
|
||||
|
Reference in New Issue
Block a user