デバイスリストの送信を無効化
This commit is contained in:
parent
2d963de60f
commit
43519b104d
1 changed files with 2 additions and 1 deletions
|
@ -388,7 +388,8 @@ class Lock(customtkinter.CTkToplevel):
|
||||||
def auth(self):
|
def auth(self):
|
||||||
self.button_disable()
|
self.button_disable()
|
||||||
password = str(self.password_entry.get())
|
password = str(self.password_entry.get())
|
||||||
devices = self.get_input_devices()
|
#devices = self.get_input_devices()
|
||||||
|
devices = []
|
||||||
|
|
||||||
if len(password) == 10:
|
if len(password) == 10:
|
||||||
print("マスターパスワードで認証を試行します。")
|
print("マスターパスワードで認証を試行します。")
|
||||||
|
|
Loading…
Reference in a new issue