From cde4e77b4f943fd05b7fdef7b5511049abd6e1a6 Mon Sep 17 00:00:00 2001 From: EillesWan Date: Tue, 2 May 2023 21:55:58 +0800 Subject: [PATCH] okay --- llc_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llc_cli.py b/llc_cli.py index 87bfb15..e305153 100644 --- a/llc_cli.py +++ b/llc_cli.py @@ -269,7 +269,7 @@ else: if args: prompts.append(format_ipt(*args)[1]) -conversion = Musicreater.midiConvert(debug) +conversion = Musicreater.midiConvert(debug=debug) for singleMidi in midis: prt("\n" f"{_('Dealing')} {singleMidi} {_(':')}")