1
0
Fork 0

update bug

This commit is contained in:
DSRLIN 2023-10-26 05:38:33 +00:00
parent b5ce13d1f1
commit 3259552c29
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ class ChuniBase:
"userMapList": map_list,
}
def handle_get_user_music_api_request(self, data: Dict) -> Dict:
def handle_get_user_music_api_request(self, data: Dict) -> Dict:
music_detail = self.data.score.get_scores(data["userId"])
if music_detail is None:
return {