Chunithm New!!+ Importer and settings fixed

This commit is contained in:
2023-03-01 21:09:06 +01:00
parent 435a098fe0
commit b81767af8a
6 changed files with 12 additions and 10 deletions

View File

@ -82,7 +82,7 @@ class ChuniReader(BaseReader):
for MusicFumenData in fumens.findall('MusicFumenData'):
fumen_path = MusicFumenData.find('file').find("path")
if fumen_path.text is not None:
if fumen_path is not None:
chart_id = MusicFumenData.find('type').find('id').text
if chart_id == "4":
level = float(xml_root.find("starDifType").text)