devicesetupをdeviceregisterに改名とちょっとのバグ修正
This commit is contained in:
parent
4713dc7a23
commit
9279edc8ca
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue