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("マスターパスワードで認証を試行します。")