From 7f6bbfc4206a435c9b3aa0dbf3c0fe7d7f8e006a Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Thu, 6 Jun 2024 20:04:03 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=95=E3=83=AA=E3=83=BC=E3=82=BA=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dislocker_client.py b/dislocker_client.py index 83e09ce..2151a3b 100644 --- a/dislocker_client.py +++ b/dislocker_client.py @@ -69,7 +69,6 @@ class Lock(customtkinter.CTkToplevel): auth_password = str(self.password_entry.get()) if pc_info[0][2] == auth_password: cursor.execute("UPDATE pc_list SET password_hash = NULL WHERE pc_number = %s", (10,)) - app.notify() self.db.commit() self.destroy() app.exit()