From 65c23ca42757a8d06efa6273c746de7f89f2a488 Mon Sep 17 00:00:00 2001 From: EillesWan Date: Mon, 16 May 2022 16:02:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b89db17..62e129c 100644 --- a/main.py +++ b/main.py @@ -545,7 +545,7 @@ class midiConvert: scoreboardname, volume, speed ) else: - return (False, f'无法找到算法ID{method}对应的转换算法') + return (False, f'无法找到算法ID {method} 对应的转换算法') if not os.path.exists(self.outputPath): os.makedirs(self.outputPath)