mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-02-07 19:36:46 +08:00
修复部分bug again
This commit is contained in:
parent
975dbd71e3
commit
4d7a1b614a
@ -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)
|
||||
|
@ -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"))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user