mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2026-01-26 13:41:49 +00:00
紧急修复文件路径问题和进度条问题(没修进度条,但是胜似修了)
This commit is contained in:
@@ -21,7 +21,7 @@ while True:
|
||||
try:
|
||||
authorname = input('请输入作者:')
|
||||
while True:
|
||||
isProgress = input('*进度条[注]:')
|
||||
isProgress = input('*进度条[本Demo不支持自定义]:')
|
||||
if isProgress != '':
|
||||
if isProgress in ('1', 'True'):
|
||||
isProgress = True
|
||||
|
||||
Reference in New Issue
Block a user