From 9279edc8cab5af74e687b1f91c77d8e533b58904 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Fri, 6 Sep 2024 01:47:45 +0900 Subject: [PATCH] =?UTF-8?q?devicesetup=E3=82=92deviceregister=E3=81=AB?= =?UTF-8?q?=E6=94=B9=E5=90=8D=E3=81=A8=E3=81=A1=E3=82=87=E3=81=A3=E3=81=A8?= =?UTF-8?q?=E3=81=AE=E3=83=90=E3=82=B0=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dislocker_client.py b/dislocker_client.py index dc9367c..0f7aa5d 100644 --- a/dislocker_client.py +++ b/dislocker_client.py @@ -549,7 +549,7 @@ if __name__ == '__main__': pass elif args[1] == "devicesetup": - init_result = init(pc_number=args[2], onetime=args[3]) + init_result = init() if init_result == 1: warning_msgbox = tkinter.messagebox.showwarning(title=f"{app_name} | 多重起動エラー", message=f"すでに {app_name} は実行されています。\n正常に起動しない場合は、既に起動しているプロセスを終了してから、もう一度起動してみてください。") elif init_result == 2: