From 43519b104d79665e9f1b4328e929248c4eff2793 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Fri, 4 Oct 2024 16:32:26 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=90=E3=82=A4=E3=82=B9=E3=83=AA?= =?UTF-8?q?=E3=82=B9=E3=83=88=E3=81=AE=E9=80=81=E4=BF=A1=E3=82=92=E7=84=A1?= =?UTF-8?q?=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dislocker_client.py b/dislocker_client.py index 07b30c7..c2fee77 100644 --- a/dislocker_client.py +++ b/dislocker_client.py @@ -388,7 +388,8 @@ class Lock(customtkinter.CTkToplevel): def auth(self): self.button_disable() password = str(self.password_entry.get()) - devices = self.get_input_devices() + #devices = self.get_input_devices() + devices = [] if len(password) == 10: print("マスターパスワードで認証を試行します。")