修复部分bug again

This commit is contained in:
EillesWan 2023-01-31 20:49:53 +08:00
parent 975dbd71e3
commit 4d7a1b614a
2 changed files with 4 additions and 1 deletions

View File

@ -206,6 +206,9 @@ out_path = format_ipt(
f"{_('FileNotFound')}{_(',')}{_('Re-Enter')}{_('.')}",
)[0].lower()
conversion = msctPkgver.midiConvert()
def isMethodOK(sth: str):
if int(sth) in range(1,len(conversion.methods)+1):
return int(sth)

View File

@ -18,7 +18,7 @@ Terms & Conditions: ../License.md
from .main import *
__version__ = "0.2.2.2"
__version__ = "0.2.2.3"
__all__ = []
__author__ = (("金羿", "Eilles Wan"), ("诸葛亮与八卦阵", "bgArray"), ("鸣凤鸽子", "MingFengPigeon"))