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()