紧急修复文件路径问题和进度条问题(没修进度条,但是胜似修了)

This commit is contained in:
2022-11-20 12:02:40 +08:00
parent 75fabf9c37
commit b0af5f4950
3 changed files with 59 additions and 22 deletions

View File

@@ -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