This commit is contained in:
2023-10-02 18:22:40 +08:00
parent cd3dc6fcaa
commit 5806916551
3 changed files with 4 additions and 6 deletions

View File

@ -98,8 +98,6 @@ while True:
speed: float = format_ipt("播放速度", float_str, "错误,需要浮点型数据;请重新输入。")[1]
final_result: Dict[str, Dict[int, List[Tuple[str, int, str]]]] = {}
for single_midi in midis: