mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-09-05 20:06:23 +00:00
格式化一下文档
This commit is contained in:
@ -34,7 +34,7 @@ while True:
|
||||
if heightmax != '':
|
||||
heightmax = int(heightmax)
|
||||
break
|
||||
|
||||
|
||||
except:
|
||||
print('输入错误,请重新输入')
|
||||
|
||||
@ -64,4 +64,4 @@ else:
|
||||
volume if volume != '' else float(input('请输入音量(0-1]:')),
|
||||
speed if speed != '' else float(input('请输入速度倍率:')),
|
||||
player if player != '' else input('请输入玩家选择器:'),
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user